Merge branch 'alert_ui_take2' of github.com:grafana/grafana into alert_ui_take2

Conflicts:
	public/app/plugins/panel/graph/alert_tab_ctrl.ts
This commit is contained in:
Torkel Ödegaard
2016-06-10 14:52:17 +02:00
20 changed files with 295 additions and 463 deletions

View File

@@ -60,8 +60,8 @@ export class AlertTabCtrl {
},
transform: {
type: 'aggregation',
method: 'avg',
},
method: 'avg'
}
};
/** @ngInject */