Merge branch 'master' of github.com:grafana/grafana

Conflicts:
	pkg/services/alerting/eval_context.go
This commit is contained in:
Torkel Ödegaard
2016-09-06 20:40:49 +02:00
20 changed files with 239 additions and 157 deletions

View File

@@ -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});