Add kibana like readable label to elasticsearch query builder

This commit is contained in:
田子宽
2017-05-19 11:38:28 +08:00
parent 4182acda58
commit 9c35d3f87c
2 changed files with 5 additions and 2 deletions

View File

@@ -96,6 +96,8 @@
<div class="gf-form">
<label class="gf-form-label width-10">Query {{$index + 1}}</label>
<input type="text" class="gf-form-input max-width-12" ng-model="filter.query" spellcheck='false' placeholder="Lucene query" ng-blur="onChangeInternal()">
<label class="gf-form-label width-10">Label {{$index + 1}}</label>
<input type="text" class="gf-form-input max-width-12" ng-model="filter.label" spellcheck='false' placeholder="Readable Label" ng-blur="onChangeInternal()">
</div>
<div class="gf-form">
<label class="gf-form-label" ng-if="$first">