SASS refactor

This commit is contained in:
Alexander Zobnin
2017-12-14 10:59:52 +03:00
parent 09d5c6ffc0
commit edb68ab389
26 changed files with 99 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
System.register(['./triggers_panel_ctrl', 'app/plugins/sdk', './ack-tooltip.directive'], function (_export, _context) {
System.register(['./triggers_panel_ctrl', 'app/plugins/sdk', './datasource-selector.directive', './ack-tooltip.directive'], function (_export, _context) {
"use strict";
var TriggerPanelCtrl, loadPluginCss;
@@ -9,24 +9,25 @@ System.register(['./triggers_panel_ctrl', 'app/plugins/sdk', './ack-tooltip.dire
TriggerPanelCtrl = _triggers_panel_ctrl.TriggerPanelCtrl;
}, function (_appPluginsSdk) {
loadPluginCss = _appPluginsSdk.loadPluginCss;
}, function (_ackTooltipDirective) {}],
}, function (_datasourceSelectorDirective) {}, function (_ackTooltipDirective) {}],
execute: function () {
/**
* Grafana-Zabbix
* Zabbix plugin for Grafana.
* http://github.com/alexanderzobnin/grafana-zabbix
*
* Trigger panel.
* This feature sponsored by CORE IT
* http://www.coreit.fr
*
* Copyright 2015 Alexander Zobnin alexanderzobnin@gmail.com
* Licensed under the Apache License, Version 2.0
*/
loadPluginCss({
dark: 'plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.dark.css',
light: 'plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.light.css'
}); /**
* Grafana-Zabbix
* Zabbix plugin for Grafana.
* http://github.com/alexanderzobnin/grafana-zabbix
*
* Trigger panel.
* This feature sponsored by CORE IT
* http://www.coreit.fr
*
* Copyright 2015 Alexander Zobnin alexanderzobnin@gmail.com
* Licensed under the Apache License, Version 2.0
*/
});
_export('PanelCtrl', TriggerPanelCtrl);
}