File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/app/plugins/datasource/elasticsearch/partials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
</ div >
71
71
72
72
< 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 ">
74
74
< 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 >
76
76
< input type ="text " class ="gf-form-input max-width-12 " ng-model ="filter.query " spellcheck ='false ' placeholder ="Lucene query " ng-blur ="onChangeInternal() ">
77
77
</ div >
78
78
< div class ="gf-form ">
88
88
89
89
< div ng-if ="agg.type === 'geohash_grid' ">
90
90
< 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 >
92
92
< input type ="number " class ="gf-form-input max-width-12 " ng-model ="agg.settings.precision " spellcheck ='false ' placeholder ="3 " ng-blur ="onChangeInternal() ">
93
93
</ div >
94
94
</ div >
You can’t perform that action at this time.
0 commit comments