mirror of https://github.com/portainer/portainer
feat(container-stats): add refresh rate of 1 and 3 seconds (#2493)
parent
dc9a878f4b
commit
5fa4403d20
|
@ -26,6 +26,8 @@
|
||||||
</label>
|
</label>
|
||||||
<div class="col-sm-3 col-md-2">
|
<div class="col-sm-3 col-md-2">
|
||||||
<select id="refreshRate" ng-model="state.refreshRate" ng-change="changeUpdateRepeater()" class="form-control">
|
<select id="refreshRate" ng-model="state.refreshRate" ng-change="changeUpdateRepeater()" class="form-control">
|
||||||
|
<option value="1">1s</option>
|
||||||
|
<option value="3">3s</option>
|
||||||
<option value="5">5s</option>
|
<option value="5">5s</option>
|
||||||
<option value="10">10s</option>
|
<option value="10">10s</option>
|
||||||
<option value="30">30s</option>
|
<option value="30">30s</option>
|
||||||
|
|
Loading…
Reference in New Issue