Selaa lähdekoodia

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

Torkel Ödegaard 11 vuotta sitten
vanhempi
commit
1cfc4d2f31
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/app/routes/dashboard-from-script.js

+ 1 - 0
src/app/routes/dashboard-from-script.js

@@ -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,
       });
       });
   });
   });