Chore: Remove panelTime.html, closes #30097 (#30842)

This commit is contained in:
Rubycut 2021-02-03 09:31:53 +01:00 committed by GitHub
parent 52129e24eb
commit 24d37bedee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,39 +0,0 @@
<div class="gf-form-group">
<div class="gf-form">
<span class="gf-form-label">
<icon name="'clock-nine'"></icon>
</span>
<span class="gf-form-label width-12">Override relative time</span>
<span class="gf-form-label width-6">Last</span>
<input type="text" class="gf-form-input max-width-8" placeholder="1h"
empty-to-null ng-model="ctrl.panel.timeFrom" valid-time-span
ng-change="ctrl.refresh()" ng-model-onblur></input>
</div>
<div class="gf-form">
<span class="gf-form-label">
<icon name="'clock-nine'"></icon>
</span>
<span class="gf-form-label width-12">Add time shift</span>
<span class="gf-form-label width-6">Amount</span>
<input type="text" class="gf-form-input max-width-8" placeholder="1h"
empty-to-null ng-model="ctrl.panel.timeShift" valid-time-span
ng-change="ctrl.refresh()" ng-model-onblur></input>
</div>
<div class="gf-form-inline">
<div class="gf-form">
<span class="gf-form-label">
<icon name="'clock-nine'"></icon>
</span>
</div>
<gf-form-switch class="gf-form max-width-30"
label="Hide time override info" label-class="width-12"
checked="ctrl.panel.hideTimeOverride" switch-class="max-width-6" on-change="ctrl.refresh()">
</gf-form-switch>
</div>
</div>