Browse Source

Singlestat: Disable new singlestat gauge usage (#18610)

Ryan McKinley 6 years ago
parent
commit
ffd630ad96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/singlestat/editor.html

+ 1 - 1
public/app/plugins/panel/singlestat/editor.html

@@ -148,7 +148,7 @@
     </div>
   </div>
 
-  <div class="section gf-form-group">
+  <div class="section gf-form-group" ng-if="ctrl.panel.gauge.show">
     <h5 class="section-heading">Gauge</h5>
     <gf-form-switch class="gf-form" label-class="width-10" switch-class="max-width-6" label="Show" checked="ctrl.panel.gauge.show" on-change="ctrl.render()"></gf-form-switch>
     <div ng-if="ctrl.panel.gauge.show">