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

This commit is contained in:
Torkel Ödegaard
2014-10-24 11:48:08 +02:00
parent 79c5d48a3c
commit 1cfc4d2f31
+1
View File
@@ -16,6 +16,7 @@ function (angular, $, config, _, kbn, moment) {
.when('/dashboard/script/:jsFile', {
templateUrl: 'app/partials/dashboard.html',
controller : 'DashFromScriptProvider',
reloadOnSearch: false,
});
});