mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(dashboard_timepicker): tight-form -> gf-form
This commit is contained in:
parent
c189c20164
commit
310b0e888d
@ -1,48 +1,14 @@
|
|||||||
<div class="editor-row">
|
<div class="gf-form-group">
|
||||||
<div class="section">
|
<div class="gf-form">
|
||||||
<div>
|
<span class="gf-form-label width-10">Auto-refresh</span>
|
||||||
<!-- <div class="tight-form"> -->
|
<input type="text" class="gf-form-input max-width-25" ng-model="ctrl.panel.refresh_intervals" array-join>
|
||||||
<!-- <ul class="tight-form-list"> -->
|
</div>
|
||||||
<!-- <li class="tight-form-item" style="width: 118px"> -->
|
<div class="gf-form">
|
||||||
<!-- Relative times -->
|
<span class="gf-form-label width-10">Now delay now-</span>
|
||||||
<!-- </li> -->
|
<input type="text" class="gf-form-input max-width-25"
|
||||||
<!-- <li> -->
|
ng-model="ctrl.panel.nowDelay" placeholder="0m"
|
||||||
<!-- <input type="text" class="input-xlarge tight-form-input last" style="width: 450px" ng-model="ctrl.panel.time_options" array-join> -->
|
valid-time-span
|
||||||
<!-- </li> -->
|
bs-tooltip="'Enter 1m to ignore the last minute (because it can contain incomplete metrics)'"
|
||||||
<!-- </ul> -->
|
data-placement="right">
|
||||||
<!-- <div class="clearfix"></div> -->
|
|
||||||
<!-- </div> -->
|
|
||||||
<div class="tight-form">
|
|
||||||
<ul class="tight-form-list">
|
|
||||||
<li class="tight-form-item" style="width: 118px">
|
|
||||||
Auto-refresh
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="text" class="input-xlarge tight-form-input last" style="width: 450px" ng-model="ctrl.panel.refresh_intervals" array-join>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="clearfix"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tight-form last">
|
|
||||||
<ul class="tight-form-list">
|
|
||||||
<li class="tight-form-item" style="width: 118px">
|
|
||||||
Now delay
|
|
||||||
</li>
|
|
||||||
<li class="tight-form-item">
|
|
||||||
now-
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="text" class="input-mini tight-form-input last"
|
|
||||||
ng-model="ctrl.panel.nowDelay" placeholder="0m"
|
|
||||||
valid-time-span
|
|
||||||
bs-tooltip="'Enter 1m to ignore the last minute (because it can contain incomplete metrics)'"
|
|
||||||
data-placement="right">
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<div class="clearfix"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user