From b2e4813ae6d519d48c053f0d2ca1f4889c2dbde7 Mon Sep 17 00:00:00 2001 From: Rares Mardare Date: Thu, 11 Aug 2022 17:29:11 +0300 Subject: [PATCH] Open external links from env screen in new tab --- engine/apps/base/models/live_setting.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/engine/apps/base/models/live_setting.py b/engine/apps/base/models/live_setting.py index 7652116d..3b048735 100644 --- a/engine/apps/base/models/live_setting.py +++ b/engine/apps/base/models/live_setting.py @@ -54,44 +54,44 @@ class LiveSetting(models.Model): "SLACK_SIGNING_SECRET": ( "Check instruction for details how to set up Slack. " + "' target='_blank'>instruction for details how to set up Slack. " "Slack secrets can't be verified on the backend, please try installing the Slack Bot " "after you update them." ), "SLACK_CLIENT_OAUTH_SECRET": ( "Check instruction for details how to set up Slack. " + "' target='_blank'>instruction for details how to set up Slack. " "Slack secrets can't be verified on the backend, please try installing the Slack Bot " "after you update them." ), "SLACK_CLIENT_OAUTH_ID": ( "Check instruction for details how to set up Slack. " + "' target='_blank'>instruction for details how to set up Slack. " "Slack secrets can't be verified on the backend, please try installing the Slack Bot " "after you update them." ), "SLACK_INSTALL_RETURN_REDIRECT_HOST": ( "Check instruction for details how to set up Slack. " + "' target='_blank'>instruction for details how to set up Slack. " "Slack secrets can't be verified on the backend, please try installing the Slack Bot " "after you update them." ), "TWILIO_ACCOUNT_SID": ( "Twilio username to allow amixr send sms and make phone calls, " - "" + "" "more info." ), "TWILIO_AUTH_TOKEN": ( "Twilio password to allow amixr send sms and make calls, " - "" + "" "more info." ), "TWILIO_NUMBER": ( "Number from which you will receive calls and SMS, " - "more info." + "more info." ), "TWILIO_VERIFY_SERVICE_SID": ( "SID of Twilio service for number verification. " @@ -100,15 +100,15 @@ class LiveSetting(models.Model): ), "SENDGRID_API_KEY": ( "Sendgrid api key to send emails, " - "more info." + "more info." ), "SENDGRID_FROM_EMAIL": ( - "Address to send emails, " "more info." + "Address to send emails, " "more info." ), "SENDGRID_SECRET_KEY": "It is the secret key to secure receiving inbound emails.", "SENDGRID_INBOUND_EMAIL_DOMAIN": "Domain to receive emails for inbound emails integration.", "TELEGRAM_TOKEN": ( - "Secret token for Telegram bot, you can get one via BotFather." + "Secret token for Telegram bot, you can get one via BotFather." ), "TELEGRAM_WEBHOOK_HOST": ( "Externally available URL for Telegram to make requests. Must use https and ports 80, 88, 443, 8443." @@ -116,7 +116,7 @@ class LiveSetting(models.Model): "SEND_ANONYMOUS_USAGE_STATS": ( "Grafana OnCall will send anonymous, but uniquely-identifiable usage analytics to Grafana Labs." " These statistics are sent to https://stats.grafana.org/. For more information on what's sent, look at the " - " source code." + " source code." ), "GRAFANA_CLOUD_ONCALL_TOKEN": "Secret token for Grafana Cloud OnCall instance.", "GRAFANA_CLOUD_ONCALL_HEARTBEAT_ENABLED": "Enable heartbeat integration with Grafana Cloud OnCall.",