mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(elastic): shorten expression to target input
This commit is contained in:
@@ -63,9 +63,9 @@
|
|||||||
Drop first & last value
|
Drop first & last value
|
||||||
</li>
|
</li>
|
||||||
<li class="tight-form-item">
|
<li class="tight-form-item">
|
||||||
<input class="cr1" type="checkbox" id="agg[{{agg.id}}].settings.dropFirstLast"
|
<input class="cr1" type="checkbox" id="{{$id}}.dropFirstLast"
|
||||||
ng-model="agg.settings.dropFirstLast" ng-checked="agg.settings.dropFirstLast" ng-change="onChangeInternal()">
|
ng-model="agg.settings.dropFirstLast" ng-checked="agg.settings.dropFirstLast" ng-change="onChangeInternal()">
|
||||||
<label for="agg[{{agg.id}}].settings.dropFirstLast" class="cr1"></label>
|
<label for="{{$id}}.dropFirstLast" class="cr1"></label>
|
||||||
</li>
|
</li>
|
||||||
<li class="tight-form-item last">
|
<li class="tight-form-item last">
|
||||||
<i class="fa fa-question-circle" bs-tooltip="'Ignore the first and last values of the dataset'" data-placement="right"></i>
|
<i class="fa fa-question-circle" bs-tooltip="'Ignore the first and last values of the dataset'" data-placement="right"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user