Graph: align form switch in graph panel (#24202)
(cherry picked from commit 4a5434bffa)
This commit is contained in:
committed by
Arve Knudsen
parent
7be6603e54
commit
d2084175c3
@@ -48,7 +48,7 @@
|
||||
<gf-form-switch
|
||||
class="gf-form"
|
||||
label="Min"
|
||||
label-class="width-4"
|
||||
label-class="width-7"
|
||||
checked="ctrl.panel.legend.min"
|
||||
on-change="ctrl.legendValuesOptionChanged()"
|
||||
>
|
||||
@@ -57,7 +57,7 @@
|
||||
<gf-form-switch
|
||||
class="gf-form max-width-12"
|
||||
label="Max"
|
||||
label-class="width-6"
|
||||
label-class="width-7"
|
||||
switch-class="max-width-5"
|
||||
checked="ctrl.panel.legend.max"
|
||||
on-change="ctrl.legendValuesOptionChanged()"
|
||||
@@ -69,7 +69,7 @@
|
||||
<gf-form-switch
|
||||
class="gf-form"
|
||||
label="Avg"
|
||||
label-class="width-4"
|
||||
label-class="width-7"
|
||||
checked="ctrl.panel.legend.avg"
|
||||
on-change="ctrl.legendValuesOptionChanged()"
|
||||
>
|
||||
@@ -78,7 +78,7 @@
|
||||
<gf-form-switch
|
||||
class="gf-form max-width-12"
|
||||
label="Current"
|
||||
label-class="width-6"
|
||||
label-class="width-7"
|
||||
switch-class="max-width-5"
|
||||
checked="ctrl.panel.legend.current"
|
||||
on-change="ctrl.legendValuesOptionChanged()"
|
||||
@@ -90,14 +90,14 @@
|
||||
<gf-form-switch
|
||||
class="gf-form"
|
||||
label="Total"
|
||||
label-class="width-4"
|
||||
label-class="width-7"
|
||||
checked="ctrl.panel.legend.total"
|
||||
on-change="ctrl.legendValuesOptionChanged()"
|
||||
>
|
||||
</gf-form-switch>
|
||||
|
||||
<div class="gf-form">
|
||||
<label class="gf-form-label width-6">Decimals</label>
|
||||
<label class="gf-form-label width-7">Decimals</label>
|
||||
<input
|
||||
type="number"
|
||||
class="gf-form-input width-5"
|
||||
|
||||
Reference in New Issue
Block a user