diff --git a/public/app/features/alerting/alert_tab_ctrl.ts b/public/app/features/alerting/alert_tab_ctrl.ts index cdba3efb7be..b524eb0b6fb 100644 --- a/public/app/features/alerting/alert_tab_ctrl.ts +++ b/public/app/features/alerting/alert_tab_ctrl.ts @@ -21,6 +21,7 @@ export class AlertTabCtrl { notifications; alertNotifications; error: string; + appSubUrl: string; /** @ngInject */ constructor(private $scope, @@ -38,6 +39,7 @@ export class AlertTabCtrl { this.evalFunctions = alertDef.evalFunctions; this.conditionTypes = alertDef.conditionTypes; this.severityLevels = alertDef.severityLevels; + this.appSubUrl = config.appSubUrl; } $onInit() { diff --git a/public/app/features/alerting/partials/alert_howto.html b/public/app/features/alerting/partials/alert_howto.html index 4452ed888c3..62036e77b64 100644 --- a/public/app/features/alerting/partials/alert_howto.html +++ b/public/app/features/alerting/partials/alert_howto.html @@ -12,7 +12,15 @@