mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Singlestat: Disable new singlestat gauge usage (#18610)
This commit is contained in:
parent
6eb13ae555
commit
ffd630ad96
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user