show defaults at options tab

This commit is contained in:
Alexander Zobnin
2017-12-14 13:01:08 +03:00
parent f728d50a9f
commit 34e829bc23
5 changed files with 17 additions and 25 deletions

View File

@@ -74,10 +74,9 @@
<div class="gf-form">
<label class="gf-form-label width-8">Limit triggers</label>
<input class="gf-form-input width-5"
type="number"
type="number" placeholder="100"
ng-model="ctrl.panel.limit"
ng-model-onblur
ng-change="ctrl.refresh()">
ng-model-onblur ng-change="ctrl.refresh()">
</div>
</div>
@@ -95,10 +94,9 @@
<div class="gf-form">
<label class="gf-form-label width-10">Page size</label>
<input class="gf-form-input width-8"
type="number"
type="number" placeholder="10"
ng-model="ctrl.panel.pageSize"
ng-model-onblur
ng-change="ctrl.render()">
ng-model-onblur ng-change="ctrl.render()">
</div>
<gf-form-switch class="gf-form"
label-class="width-10"
@@ -108,9 +106,8 @@
</gf-form-switch>
<div class="gf-form">
<label class="gf-form-label width-10">Newer than</label>
<input class="gf-form-input width-8"
<input class="gf-form-input width-8" placeholder="1h"
ng-model="ctrl.panel.highlightNewerThan"
placeholder="1h"
ng-model-onblur ng-change="ctrl.render()">
</div>
<gf-form-switch class="gf-form"