mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(alerting): minor wording change on alert tab
This commit is contained in:
parent
49af12f69f
commit
dea5fd385f
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<div class="gf-form-group">
|
<div class="gf-form-group">
|
||||||
<div class="gf-form">
|
<div class="gf-form">
|
||||||
<span class="gf-form-label width-18">If no data points or all values are null</span>
|
<span class="gf-form-label width-18">If no data or all values are null</span>
|
||||||
<span class="gf-form-label query-keyword">SET STATE TO</span>
|
<span class="gf-form-label query-keyword">SET STATE TO</span>
|
||||||
<div class="gf-form-select-wrapper">
|
<div class="gf-form-select-wrapper">
|
||||||
<select class="gf-form-input" ng-model="ctrl.alert.noDataState" ng-options="f.value as f.text for f in ctrl.noDataModes">
|
<select class="gf-form-input" ng-model="ctrl.alert.noDataState" ng-options="f.value as f.text for f in ctrl.noDataModes">
|
||||||
@ -91,7 +91,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="gf-form">
|
<div class="gf-form">
|
||||||
<span class="gf-form-label width-18">On execution error or timeout</span>
|
<span class="gf-form-label width-18">If execution error or timeout</span>
|
||||||
<span class="gf-form-label query-keyword">SET STATE TO</span>
|
<span class="gf-form-label query-keyword">SET STATE TO</span>
|
||||||
<div class="gf-form-select-wrapper">
|
<div class="gf-form-select-wrapper">
|
||||||
<select class="gf-form-input" ng-model="ctrl.alert.executionErrorState" ng-options="f.value as f.text for f in ctrl.executionErrorModes">
|
<select class="gf-form-input" ng-model="ctrl.alert.executionErrorState" ng-options="f.value as f.text for f in ctrl.executionErrorModes">
|
||||||
|
Loading…
Reference in New Issue
Block a user