feat(container-stats): add refresh rate of 1 and 3 seconds (#2493)

pull/2472/head
linquize 2018-12-03 16:49:02 +08:00 committed by Anthony Lapenna
parent dc9a878f4b
commit 5fa4403d20
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
</label>
<div class="col-sm-3 col-md-2">
<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="10">10s</option>
<option value="30">30s</option>