Skip to content

Commit ee86d24

Browse files
committed
fix(elasticsearch): minor editor layout fix
1 parent e0e8fd6 commit ee86d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
</div>
7171

7272
<div ng-if="agg.type === 'filters'">
73-
<div class="gf-form-inline" ng-repeat="filter in agg.settings.filters" ng-class="{last: $last}">
73+
<div class="gf-form-inline offset-width-7" ng-repeat="filter in agg.settings.filters">
7474
<div class="gf-form">
75-
<label class="gf-form-item width-10">Query {{$index + 1}}</label>
75+
<label class="gf-form-label width-10">Query {{$index + 1}}</label>
7676
<input type="text" class="gf-form-input max-width-12" ng-model="filter.query" spellcheck='false' placeholder="Lucene query" ng-blur="onChangeInternal()">
7777
</div>
7878
<div class="gf-form">
@@ -88,7 +88,7 @@
8888

8989
<div ng-if="agg.type === 'geohash_grid'">
9090
<div class="gf-form offset-width-7">
91-
<label class="gf-form-label">Precision</label>
91+
<label class="gf-form-label width-10">Precision</label>
9292
<input type="number" class="gf-form-input max-width-12" ng-model="agg.settings.precision" spellcheck='false' placeholder="3" ng-blur="onChangeInternal()">
9393
</div>
9494
</div>

0 commit comments

Comments
 (0)