Fix options editor styles
This commit is contained in:
@@ -306,17 +306,17 @@
|
||||
<!-- Query options -->
|
||||
<div class="gf-form-group offset-width-7" ng-if="ctrl.showQueryOptions">
|
||||
<div ng-hide="ctrl.target.queryType == editorMode.TRIGGERS || ctrl.target.queryType == editorMode.PROBLEMS">
|
||||
<gf-form-switch class="gf-form" label-class="width-10"
|
||||
<gf-form-switch class="gf-form" label-class="width-12"
|
||||
label="Show disabled items"
|
||||
checked="ctrl.target.options.showDisabledItems"
|
||||
on-change="ctrl.onQueryOptionChange()">
|
||||
</gf-form-switch>
|
||||
<gf-form-switch class="gf-form" label-class="width-10"
|
||||
<gf-form-switch class="gf-form" label-class="width-12"
|
||||
label="Use Zabbix value mapping"
|
||||
checked="ctrl.target.options.useZabbixValueMapping"
|
||||
on-change="ctrl.onQueryOptionChange()">
|
||||
</gf-form-switch>
|
||||
<gf-form-switch class="gf-form" label-class="width-10"
|
||||
<gf-form-switch class="gf-form" label-class="width-12"
|
||||
label="Disable data alignment"
|
||||
checked="ctrl.target.options.disableDataAlignment"
|
||||
on-change="ctrl.onQueryOptionChange()">
|
||||
@@ -326,7 +326,7 @@
|
||||
<div class="gf-form-group offset-width-7"
|
||||
ng-show="ctrl.target.queryType === editorMode.TEXT && ctrl.target.resultFormat === 'table'">
|
||||
<div class="gf-form">
|
||||
<gf-form-switch class="gf-form" label-class="width-10"
|
||||
<gf-form-switch class="gf-form" label-class="width-12"
|
||||
label="Skip empty values"
|
||||
checked="ctrl.target.options.skipEmptyValues"
|
||||
on-change="ctrl.onQueryOptionChange()">
|
||||
|
||||
Reference in New Issue
Block a user