feat(alerting): added alert howto text, closes #5784

This commit is contained in:
Torkel Ödegaard
2016-08-18 09:58:20 +02:00
parent 902314d3a1
commit 9b5a7b5ef6
2 changed files with 11 additions and 1 deletions

View File

@@ -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() {