mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): added alert howto text, closes #5784
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user