feat(plugins): more refactoring

This commit is contained in:
Torkel Ödegaard
2016-01-09 23:52:13 +01:00
parent 1ffcea1952
commit d83e24572a
48 changed files with 45 additions and 63 deletions

View File

@@ -2,7 +2,7 @@ define([
'./helpers',
'app/features/panel/panel_srv',
'app/features/panel/panel_helper',
'app/plugins/panels/graph/module'
'app/plugins/panel/graph/module'
], function(helpers) {
'use strict';

View File

@@ -3,7 +3,7 @@ define([
'angular',
'jquery',
'app/core/time_series',
'app/plugins/panels/graph/graph'
'app/plugins/panel/graph/graph'
], function(helpers, angular, $, TimeSeries) {
'use strict';

View File

@@ -1,6 +1,6 @@
define([
'jquery',
'app/plugins/panels/graph/graph.tooltip'
'app/plugins/panel/graph/graph.tooltip'
], function($, GraphTooltip) {
'use strict';

View File

@@ -1,6 +1,6 @@
define([
'./helpers',
'app/plugins/panels/graph/seriesOverridesCtrl'
'app/plugins/panel/graph/seriesOverridesCtrl'
], function(helpers) {
'use strict';

View File

@@ -2,7 +2,7 @@ define([
'./helpers',
'app/features/panel/panel_srv',
'app/features/panel/panel_helper',
'app/plugins/panels/singlestat/module'
'app/plugins/panel/singlestat/module'
], function(helpers) {
'use strict';