We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111b2ca commit cd735b1Copy full SHA for cd735b1
src/partials/query.editor.html
@@ -30,7 +30,7 @@
30
</gf-form-dropdown>
31
</div>
32
<div class="gf-form">
33
- <label class="gf-form-label width-10">Resolution</label>
+ <label class="gf-form-label width-10 query-keyword">Resolution</label>
34
<input type="text" class="input-small gf-form-input width-5" ng-model="ctrl.target.resolution" ng-change="ctrl.onChangeInternal()" placeholder="1m"/>
35
36
@@ -50,7 +50,7 @@
50
51
52
53
- <label class="gf-form-label width-10">Aggregation</label>
+ <label class="gf-form-label width-10 query-keyword">Aggregation</label>
54
<div class="gf-form-select-wrapper width-10">
55
<gf-form-dropdown
56
model="ctrl.target.aggregation"
0 commit comments