settings.html 579 B

1234567891011121314
  1. <div class="gf-form-group">
  2. <div class="gf-form">
  3. <span class="gf-form-label width-10">Auto-refresh</span>
  4. <input type="text" class="gf-form-input max-width-25" ng-model="ctrl.panel.refresh_intervals" array-join>
  5. </div>
  6. <div class="gf-form">
  7. <span class="gf-form-label width-10">Now delay now-</span>
  8. <input type="text" class="gf-form-input max-width-25"
  9. ng-model="ctrl.panel.nowDelay" placeholder="0m"
  10. valid-time-span
  11. bs-tooltip="'Enter 1m to ignore the last minute (because it can contain incomplete metrics)'"
  12. data-placement="right">
  13. </div>
  14. </div>