ScriptedDashboard: bugfix for scripted dashboards and collapsed rows, Fixes #965
This commit is contained in:
@@ -16,6 +16,7 @@ function (angular, $, config, _, kbn, moment) {
|
||||
.when('/dashboard/script/:jsFile', {
|
||||
templateUrl: 'app/partials/dashboard.html',
|
||||
controller : 'DashFromScriptProvider',
|
||||
reloadOnSearch: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user