2016-02-06 01:08:21 +08:00
|
|
|
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';
|
2016-07-31 15:31:32 +08:00
|
|
|
import {alertTab} from 'app/features/alerting/alert_tab_ctrl';
|
2017-10-02 02:02:25 +08:00
|
|
|
import {loadPluginCss} from 'app/features/plugins/plugin_loader';
|
2016-02-10 20:09:39 +08:00
|
|
|
|
2016-02-06 01:08:21 +08:00
|
|
|
export {
|
|
|
|
|
PanelCtrl,
|
|
|
|
|
MetricsPanelCtrl,
|
|
|
|
|
QueryCtrl,
|
2016-07-31 15:31:32 +08:00
|
|
|
alertTab,
|
2017-10-02 02:02:25 +08:00
|
|
|
loadPluginCss,
|
2017-04-20 17:16:37 +08:00
|
|
|
};
|