File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
public/app/plugins/datasource/elasticsearch/partials Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h5>Elasticsearch details</h5>
31
31
</ ul >
32
32
< div class ="clearfix "> </ div >
33
33
</ div >
34
- < div class ="tight-form ">
34
+ < div class ="tight-form last ">
35
35
< ul class ="tight-form-list ">
36
36
< li class ="tight-form-item " style ="width: 144px ">
37
37
Version
@@ -42,18 +42,21 @@ <h5>Elasticsearch details</h5>
42
42
</ ul >
43
43
< div class ="clearfix "> </ div >
44
44
</ div >
45
+ </ div>
46
+
47
+ < h5 > Default query settings</ h5 >
45
48
46
49
< div class ="tight-form last ">
47
50
< ul class ="tight-form-list ">
48
- < li class ="tight-form-item " style ="width: 144px ">
51
+ < li class ="tight-form-item " style ="width: 200px ">
49
52
Group by time interval
50
53
</ li >
51
54
< li >
52
55
< input type ="text " class ="input-medium tight-form-input input-xlarge " ng-model ="current.jsonData.timeInterval "
53
56
spellcheck ='false ' placeholder ="example: >10s ">
54
57
</ li >
55
58
< li class ="tight-form-item ">
56
- < i class ="fa fa-question-circle " bs-tooltip ="'Set a low limit by having a greater sign: example: >60s ' " data-placement ="right "> </ i >
59
+ < i class ="fa fa-question-circle " bs-tooltip ="'Set a low limit by having a greater sign: example: >10s ' " data-placement ="right "> </ i >
57
60
</ li >
58
61
</ ul >
59
62
< div class ="clearfix "> </ div >
You can’t perform that action at this time.
0 commit comments