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,9 +1,9 @@
'use strict';
System.register(['lodash', './datasource-selector.directive', '../datasource-zabbix/css/query-editor.css!'], function (_export, _context) {
System.register([], function (_export, _context) {
"use strict";
var _, TriggerPanelOptionsCtrl;
var TriggerPanelOptionsCtrl;
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
@@ -23,9 +23,7 @@ System.register(['lodash', './datasource-selector.directive', '../datasource-zab
_export('triggerPanelOptionsTab', triggerPanelOptionsTab);
return {
setters: [function (_lodash) {
_ = _lodash.default;
}, function (_datasourceSelectorDirective) {}, function (_datasourceZabbixCssQueryEditorCss) {}],
setters: [],
execute: function () {
TriggerPanelOptionsCtrl =