diff --git a/static/index.html b/static/index.html index fcc16a06..12cf1ff3 100644 --- a/static/index.html +++ b/static/index.html @@ -105,13 +105,14 @@
-
-
+
+
- -
- Seconds -
+ +
+ +
@@ -316,6 +317,13 @@ setRefreshInterval($(this).val() * 1000) }); + for (var i = 5; i <= 600; i++) { + if (i%5 == 0) { + $("#refreshRate").append(new Option(i, i)); + } + } + $("#refreshRate").val(10); + setRefreshInterval(30000)