mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactoring: moving stuff around
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
define([
|
||||
'./panelMenu',
|
||||
'./panelDirective',
|
||||
'./panelSrv',
|
||||
'./panelHelper',
|
||||
'./soloPanelCtrl',
|
||||
'./panel_menu',
|
||||
'./panel_directive',
|
||||
'./panel_srv',
|
||||
'./panel_helper',
|
||||
'./solo_panel_ctrl',
|
||||
], function () {});
|
||||
|
||||
@@ -3,7 +3,7 @@ define([
|
||||
'app/app',
|
||||
'lodash',
|
||||
'config',
|
||||
'app/components/panelmeta',
|
||||
'app/features/panel/panel_meta',
|
||||
],
|
||||
function (angular, app, _, config, PanelMeta) {
|
||||
'use strict';
|
||||
|
||||
@@ -4,8 +4,8 @@ define([
|
||||
'lodash',
|
||||
'kbn',
|
||||
'moment',
|
||||
'app/components/timeSeries',
|
||||
'app/components/panelmeta',
|
||||
'app/core/time_series',
|
||||
'app/features/panel/panel_meta',
|
||||
'./seriesOverridesCtrl',
|
||||
'./graph',
|
||||
'./legend',
|
||||
|
||||
@@ -3,8 +3,8 @@ define([
|
||||
'app/app',
|
||||
'lodash',
|
||||
'kbn',
|
||||
'app/components/timeSeries',
|
||||
'app/components/panelmeta',
|
||||
'app/core/time_series',
|
||||
'app/features/panel/panel_meta',
|
||||
'./singleStatPanel',
|
||||
],
|
||||
function (angular, app, _, kbn, TimeSeries, PanelMeta) {
|
||||
|
||||
@@ -3,7 +3,7 @@ define([
|
||||
'app/app',
|
||||
'lodash',
|
||||
'require',
|
||||
'app/components/panelmeta',
|
||||
'app/features/panel/panel_meta',
|
||||
],
|
||||
function (angular, app, _, require, PanelMeta) {
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user