Explorar el Código

Merge pull request #15612 from jsferrei/upstream_stacking_fix

Toggle stack should trigger a render, not a refresh
Torkel Ödegaard hace 7 años
padre
commit
7540527010
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/plugins/panel/graph/tab_display.html

+ 1 - 1
public/app/plugins/panel/graph/tab_display.html

@@ -114,7 +114,7 @@
       label="Stack"
       label-class="width-7"
       checked="ctrl.panel.stack"
-      on-change="ctrl.refresh()"
+      on-change="ctrl.render()"
     >
     </gf-form-switch>
     <gf-form-switch