@@ -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([
'kbn',
'moment',
- 'app/components/timeSeries',
+ 'app/core/time_series',
'./seriesOverridesCtrl',
'./graph',
'./legend',
@@ -3,8 +3,8 @@ define([
'./singleStatPanel',
function (angular, app, _, kbn, TimeSeries, PanelMeta) {
'require',
function (angular, app, _, require, PanelMeta) {
@@ -1,5 +1,5 @@
- 'app/components/timeSeries'
+ 'app/core/time_series'
], function(TimeSeries) {
'./helpers',
- 'app/features/panel/panelSrv',
- 'app/features/panel/panelHelper',
+ 'app/features/panel/panel_srv',
+ 'app/features/panel/panel_helper',
'app/panels/graph/module'
], function(helpers) {
@@ -2,7 +2,7 @@ define([
'angular',
'jquery',
'app/panels/graph/graph'
], function(helpers, angular, $, TimeSeries) {
@@ -1,6 +1,6 @@
], function() {
'app/panels/singlestat/module'