feat(alerting): new design for alert tab with sidemenu

This commit is contained in:
Torkel Ödegaard
2016-07-31 09:31:32 +02:00
parent 2b276d5cd1
commit 3b69c8f687
10 changed files with 192 additions and 153 deletions

View File

@@ -1,6 +1,7 @@
import {PanelCtrl} from 'app/features/panel/panel_ctrl';
import {MetricsPanelCtrl} from 'app/features/panel/metrics_panel_ctrl';
import {QueryCtrl} from 'app/features/panel/query_ctrl';
import {alertTab} from 'app/features/alerting/alert_tab_ctrl';
import config from 'app/core/config';
@@ -16,4 +17,5 @@ export {
PanelCtrl,
MetricsPanelCtrl,
QueryCtrl,
alertTab,
}