Commit 1cfc4d2f by Torkel Ödegaard

ScriptedDashboard: bugfix for scripted dashboards and collapsed rows, Fixes #965

parent 79c5d48a
...@@ -16,6 +16,7 @@ function (angular, $, config, _, kbn, moment) { ...@@ -16,6 +16,7 @@ function (angular, $, config, _, kbn, moment) {
.when('/dashboard/script/:jsFile', { .when('/dashboard/script/:jsFile', {
templateUrl: 'app/partials/dashboard.html', templateUrl: 'app/partials/dashboard.html',
controller : 'DashFromScriptProvider', controller : 'DashFromScriptProvider',
reloadOnSearch: false,
}); });
}); });
......
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