Commit cdcf88cb by Torkel Ödegaard

fixed path for solo panel ctrl

parent 164435f7
......@@ -49,6 +49,9 @@ define([
.when('/dashboard/solo/:id/', {
templateUrl: 'app/partials/solo-panel.html',
controller : 'SoloPanelCtrl',
})
.otherwise({
templateUrl: 'app/partials/error.html',
});
});
......
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) {
......
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