|
@@ -1,48 +1,14 @@
|
|
|
-<div class="editor-row">
|
|
|
|
|
- <div class="section">
|
|
|
|
|
- <div>
|
|
|
|
|
- <!-- <div class="tight-form"> -->
|
|
|
|
|
- <!-- <ul class="tight-form-list"> -->
|
|
|
|
|
- <!-- <li class="tight-form-item" style="width: 118px"> -->
|
|
|
|
|
- <!-- Relative times -->
|
|
|
|
|
- <!-- </li> -->
|
|
|
|
|
- <!-- <li> -->
|
|
|
|
|
- <!-- <input type="text" class="input-xlarge tight-form-input last" style="width: 450px" ng-model="ctrl.panel.time_options" array-join> -->
|
|
|
|
|
- <!-- </li> -->
|
|
|
|
|
- <!-- </ul> -->
|
|
|
|
|
- <!-- <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 class="gf-form-group">
|
|
|
|
|
+ <div class="gf-form">
|
|
|
|
|
+ <span class="gf-form-label width-10">Auto-refresh</span>
|
|
|
|
|
+ <input type="text" class="gf-form-input max-width-25" ng-model="ctrl.panel.refresh_intervals" array-join>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="gf-form">
|
|
|
|
|
+ <span class="gf-form-label width-10">Now delay now-</span>
|
|
|
|
|
+ <input type="text" class="gf-form-input max-width-25"
|
|
|
|
|
+ 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">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|