Fix panel rendering timeout

- minor code cleanups
This commit is contained in:
Ivan Mikheykin
2018-10-18 14:19:22 +03:00
parent 1f43ffe158
commit 5d7cf54348
7 changed files with 15 additions and 11 deletions
-2
View File
@@ -1,5 +1,4 @@
import {loadPluginCss} from 'app/plugins/sdk';
import './color_legend';
import { StatusHeatmapCtrl } from './status_heatmap_ctrl';
loadPluginCss({
@@ -7,7 +6,6 @@ loadPluginCss({
light: 'plugins/flant-statusmap-panel/css/statusmap.light.css'
});
export {
StatusHeatmapCtrl as PanelCtrl
};