Ver Fonte

Merge pull request #15818 from grafana/fix-15631-rendering-timeout

Fixed image rendering issue for dashboards with auto refresh, Fixes #15631
Torkel Ödegaard há 6 anos atrás
pai
commit
e9e2c85a72
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      public/app/routes/routes.ts

+ 2 - 0
public/app/routes/routes.ts

@@ -81,6 +81,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
       template: '<react-container />',
       pageClass: 'dashboard-solo',
       routeInfo: DashboardRouteInfo.Normal,
+      reloadOnSearch: false,
       resolve: {
         component: () => SoloPanelPage,
       },
@@ -89,6 +90,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
       template: '<react-container />',
       pageClass: 'dashboard-solo',
       routeInfo: DashboardRouteInfo.Normal,
+      reloadOnSearch: false,
       resolve: {
         component: () => SoloPanelPage,
       },