mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' of github.com:grafana/grafana
Conflicts: pkg/services/alerting/eval_context.go
This commit is contained in:
@@ -108,6 +108,13 @@ export class AlertTabCtrl {
|
||||
}));
|
||||
}
|
||||
|
||||
changeTabIndex(newTabIndex) {
|
||||
this.subTabIndex = newTabIndex;
|
||||
|
||||
if (this.subTabIndex === 2) {
|
||||
this.getAlertHistory();
|
||||
}
|
||||
}
|
||||
|
||||
notificationAdded() {
|
||||
var model = _.findWhere(this.notifications, {name: this.addNotificationSegment.value});
|
||||
|
||||
Reference in New Issue
Block a user