triggers panel: tests for schema migration
This commit is contained in:
6
dist/panel-triggers/triggers_tab.js
vendored
6
dist/panel-triggers/triggers_tab.js
vendored
@@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
System.register(['lodash', '../datasource-zabbix/utils', './datasource-selector.directive', '../datasource-zabbix/css/query-editor.css!', './module'], function (_export, _context) {
|
||||
System.register(['lodash', '../datasource-zabbix/utils', './datasource-selector.directive', '../datasource-zabbix/css/query-editor.css!', './triggers_panel_ctrl'], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var _, utils, DEFAULT_TARGET, _createClass, TriggersTabCtrl;
|
||||
@@ -27,8 +27,8 @@ System.register(['lodash', '../datasource-zabbix/utils', './datasource-selector.
|
||||
_ = _lodash.default;
|
||||
}, function (_datasourceZabbixUtils) {
|
||||
utils = _datasourceZabbixUtils;
|
||||
}, function (_datasourceSelectorDirective) {}, function (_datasourceZabbixCssQueryEditorCss) {}, function (_module) {
|
||||
DEFAULT_TARGET = _module.DEFAULT_TARGET;
|
||||
}, function (_datasourceSelectorDirective) {}, function (_datasourceZabbixCssQueryEditorCss) {}, function (_triggers_panel_ctrl) {
|
||||
DEFAULT_TARGET = _triggers_panel_ctrl.DEFAULT_TARGET;
|
||||
}],
|
||||
execute: function () {
|
||||
_createClass = function () {
|
||||
|
||||
Reference in New Issue
Block a user