Commit ffd630ad by Ryan McKinley Committed by Torkel Ödegaard

Singlestat: Disable new singlestat gauge usage (#18610)

parent 6eb13ae5
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
</div> </div>
</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> <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> <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"> <div ng-if="ctrl.panel.gauge.show">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment