Compare commits

...

1 Commits

Author SHA1 Message Date
Torkel Ödegaard
29fe08e5fd ScriptedDashboard: bugfix for scripted dashboards and collapsed rows, Fixes #965 2014-10-24 11:52:32 +02:00

View File

@@ -16,6 +16,7 @@ function (angular, $, config, _, kbn, moment) {
.when('/dashboard/script/:jsFile', {
templateUrl: 'app/partials/dashboard.html',
controller : 'DashFromScriptProvider',
reloadOnSearch: false,
});
});