mirror of https://github.com/grafana/grafana
parent
87cb0c2aec
commit
2a45e879bb
@ -1,59 +1,34 @@ |
|||||||
<div class="editor-row"> |
<div class="gf-form-group"> |
||||||
<div class="section tight-form-container" style="margin-bottom: 20px"> |
<div class="gf-form"> |
||||||
<div class="tight-form"> |
<span class="gf-form-label"> |
||||||
<ul class="tight-form-list"> |
|
||||||
<li class="tight-form-item tight-form-item-icon"> |
|
||||||
<i class="fa fa-clock-o"></i> |
<i class="fa fa-clock-o"></i> |
||||||
</li> |
</span> |
||||||
<li class="tight-form-item" style="width: 178px"> |
|
||||||
<strong>Override relative time</strong> |
<span class="gf-form-label width-12">Override relative time</span> |
||||||
</li> |
<span class="gf-form-label width-6">Last</span> |
||||||
<li class="tight-form-item" style="width: 50px"> |
|
||||||
Last |
<input type="text" class="gf-form-input max-width-8" placeholder="1h" |
||||||
</li> |
|
||||||
<li> |
|
||||||
<input type="text" class="input-small tight-form-input last" placeholder="1h" |
|
||||||
empty-to-null ng-model="ctrl.panel.timeFrom" valid-time-span |
empty-to-null ng-model="ctrl.panel.timeFrom" valid-time-span |
||||||
ng-change="ctrl.refresh()" ng-model-onblur> |
ng-change="ctrl.refresh()" ng-model-onblur> |
||||||
</li> |
|
||||||
</ul> |
|
||||||
<div class="clearfix"></div> |
|
||||||
</div> |
</div> |
||||||
<div class="tight-form"> |
|
||||||
<ul class="tight-form-list"> |
<div class="gf-form"> |
||||||
<li class="tight-form-item tight-form-item-icon"> |
<span class="gf-form-label"> |
||||||
<i class="fa fa-clock-o"></i> |
<i class="fa fa-clock-o"></i> |
||||||
</li> |
</span> |
||||||
<li class="tight-form-item" style="width: 178px"> |
<span class="gf-form-label width-12">Add time shift</span> |
||||||
<strong>Add time shift</strong> |
<span class="gf-form-label width-6">Amount</span> |
||||||
</li> |
<input type="text" class="gf-form-input max-width-8" placeholder="1h" |
||||||
<li class="tight-form-item" style="width: 50px"> |
|
||||||
Amount |
|
||||||
</li> |
|
||||||
<li> |
|
||||||
<input type="text" class="input-small tight-form-input last" placeholder="1h" |
|
||||||
empty-to-null ng-model="ctrl.panel.timeShift" valid-time-span |
empty-to-null ng-model="ctrl.panel.timeShift" valid-time-span |
||||||
ng-change="ctrl.refresh()" ng-model-onblur> |
ng-change="ctrl.refresh()" ng-model-onblur> |
||||||
</li> |
|
||||||
</ul> |
|
||||||
<div class="clearfix"></div> |
|
||||||
</div> |
</div> |
||||||
<div class="tight-form"> |
|
||||||
<ul class="tight-form-list"> |
<div class="gf-form"> |
||||||
<li class="tight-form-item tight-form-item-icon"> |
<span class="gf-form-label"> |
||||||
<i class="fa fa-clock-o"></i> |
<i class="fa fa-clock-o"></i> |
||||||
</li> |
</span> |
||||||
<li class="tight-form-item" style="width: 178px"> |
<editor-checkbox text="Hide time override info" model="ctrl.panel.hideTimeOverride" change="ctrl.refresh()"></editor-checkbox> |
||||||
<strong>Hide time override info</strong> |
|
||||||
</li> |
|
||||||
<li class="tight-form-item last"> |
|
||||||
<input class="cr1" id="ctrl.panel.hideTimeOverride" type="checkbox" |
|
||||||
ng-model="ctrl.panel.hideTimeOverride" ng-checked="ctrl.panel.hideTimeOverride" ng-change="ctrl.refresh()"> |
|
||||||
<label for="ctrl.panel.hideTimeOverride" class="cr1"></label> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
<div class="clearfix"></div> |
|
||||||
</div> |
|
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue