mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
fixed path for solo panel ctrl
This commit is contained in:
@@ -49,6 +49,9 @@ define([
|
||||
.when('/dashboard/solo/:id/', {
|
||||
templateUrl: 'app/partials/solo-panel.html',
|
||||
controller : 'SoloPanelCtrl',
|
||||
})
|
||||
.otherwise({
|
||||
templateUrl: 'app/partials/error.html',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
'helpers',
|
||||
'controllers/soloPanelCtrl',
|
||||
'features/dashboard/soloPanelCtrl',
|
||||
'features/dashboard/dashboardSrv',
|
||||
], function(helpers) {
|
||||
'use strict';
|
||||
|
||||
@@ -138,7 +138,7 @@ require([
|
||||
'specs/kbn-format-specs',
|
||||
'specs/dashboardSrv-specs',
|
||||
'specs/dashboardViewStateSrv-specs',
|
||||
'specs/pro/soloPanelCtrl-specs',
|
||||
'specs/soloPanelCtrl-specs',
|
||||
];
|
||||
|
||||
var pluginSpecs = (config.plugins.specs || []).map(function (spec) {
|
||||
|
||||
Reference in New Issue
Block a user