mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated frontend
This commit is contained in:
parent
6ea35fce66
commit
aa613bc767
46
'
46
'
@ -1,46 +0,0 @@
|
|||||||
<div class="editor-row">
|
|
||||||
<div class="section">
|
|
||||||
<div>
|
|
||||||
<div class="tight-form">
|
|
||||||
<ul class="tight-form-list">
|
|
||||||
<li class="tight-form-item" style="width: 148px">
|
|
||||||
<strong>Relative time options</strong></small>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="text" class="input-xlarge tight-form-input"
|
|
||||||
ng-model="panel.time_options" array-join>
|
|
||||||
</li>
|
|
||||||
<li class="tight-form-item">
|
|
||||||
Until
|
|
||||||
</li>
|
|
||||||
<li class="tight-form-item">
|
|
||||||
now-
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="text" class="input-mini tight-form-input last"
|
|
||||||
ng-model="panel.nowDelay" placeholder="0m" 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 class="tight-form">
|
|
||||||
<ul class="tight-form-list">
|
|
||||||
<li class="tight-form-item" style="width: 148px">
|
|
||||||
<strong>Auto-refresh options</strong>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="text" class="input-xlarge tight-form-input"
|
|
||||||
ng-model="panel.refresh_intervals" array-join>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="clearfix"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<br>
|
|
||||||
<i class="fa fa-info-circle"></i>
|
|
||||||
For these changes to fully take effect save and reload the dashboard.
|
|
||||||
</i>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
2
grafana
2
grafana
@ -1 +1 @@
|
|||||||
Subproject commit 3da90e09d595518a143bf5ec1462d252fcd5ae72
|
Subproject commit d272b0f56d52f31acb99d0e232cc50bc49338809
|
Loading…
Reference in New Issue
Block a user