Commit 2f811375 by Torkel Ödegaard

Moving templating to feature to feature folder

parent 8d7390e7
......@@ -10,7 +10,6 @@ define([
'./graphiteImport',
'./playlistCtrl',
'./inspectCtrl',
'./templateEditorCtrl',
'./sharePanelCtrl',
'./jsonEditorCtrl',
], function () {});
define([
'./panellinkeditor/module',
'./annotations/annotationsSrv',
'./templating/templateSrv',
'./graphite/datasource',
'./influxdb/datasource',
'./opentsdb/datasource',
......
define([
'angular',
'lodash',
'./editorCtrl',
'./templateValuesSrv',
],
function (angular, _) {
'use strict';
......
......@@ -3,8 +3,6 @@ define([
'./utilSrv',
'./datasourceSrv',
'./timeSrv',
'./templateSrv',
'./templateValuesSrv',
'./panelSrv',
'./timer',
'./keyboardManager',
......
define([
'mocks/dashboard-mock',
'lodash',
'services/templateSrv'
'features/templating/templateSrv'
], function(dashboardMock) {
'use strict';
......
......@@ -2,7 +2,7 @@ define([
'mocks/dashboard-mock',
'helpers',
'moment',
'services/templateValuesSrv'
'features/templating/templateValuesSrv'
], function(dashboardMock, helpers, moment) {
'use strict';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment