Commit f80d5f8c by Torkel Ödegaard

refactor(): minor refactor

parent 714129c8
......@@ -6,16 +6,8 @@ import {PanelCtrl} from './panel_ctrl';
import {MetricsPanelCtrl} from './metrics_panel_ctrl';
import {QueryCtrl} from './query_ctrl';
class DefaultPanelCtrl extends PanelCtrl {
/** @ngInject */
constructor($scope, $injector) {
super($scope, $injector);
}
}
export {
PanelCtrl,
DefaultPanelCtrl,
MetricsPanelCtrl,
QueryCtrl,
}
......@@ -33,7 +33,7 @@
</li>
<li class="tight-form-item last">
<a class="pointer" tabindex="1" ng-click="ctrl.removeQuery(target)">
<i class="fa fa-remove"></i>
<i class="fa fa-trash"></i>
</a>
</li>
</ul>
......
///<reference path="../../../headers/common.d.ts" />
import _ from 'lodash';
import {PanelCtrl} from '../../../features/panel/panel';
import {PanelCtrl} from 'app/features/panel/panel';
// Set and populate defaults
var panelDefaults = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment