mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
5 lines
341 B
HTML
5 lines
341 B
HTML
<form name="refreshPopover" class='form-inline input-append' style="margin:0px">
|
|
<label><small>Interval (seconds)</small></label><br>
|
|
<input type="number" class="input-mini" ng-model="refresh_interval">
|
|
<button type="button" class="btn" ng-click="set_interval(refresh_interval);dismiss()"><i class="icon-ok"></i></button>
|
|
</form> |