diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-11-19 11:06:54 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-11-19 11:06:54 +0300 |
commit | 4f1af03dc3c233be07caf289130690f5a9f9f3c0 (patch) | |
tree | 6f0f3bc7f010309d3dcf0a8e33d6189fb6efa25b /interface/index.html | |
parent | b6607510aa62373dc807583908db47139af80424 (diff) | |
download | rspamd-4f1af03dc3c233be07caf289130690f5a9f9f3c0.tar.gz rspamd-4f1af03dc3c233be07caf289130690f5a9f9f3c0.zip |
[WebUI] Add History tab autorefreshing
Issue: #820
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index a3810804b..ea118dcfc 100644 --- a/interface/index.html +++ b/interface/index.html @@ -63,6 +63,17 @@ <div class="dropdown-divider preset" role="separator"></div> <a class="dropdown-item preset" href="#" data-value="3600000">1 hour</a> + <a class="dropdown-item history active" href="#" data-value=null>Disable</a> + <div class="dropdown-divider history" role="separator"></div> + <a class="dropdown-item history" href="#" data-value="10000">10 seconds</a> + <a class="dropdown-item history" href="#" data-value="30000">30 seconds</a> + <div class="dropdown-divider history" role="separator"></div> + <a class="dropdown-item history" href="#" data-value="60000">1 minute</a> + <a class="dropdown-item history" href="#" data-value="600000">10 minutes</a> + <a class="dropdown-item history" href="#" data-value="1800000">30 minutes</a> + <div class="dropdown-divider history" role="separator"></div> + <a class="dropdown-item history" href="#" data-value="3600000">1 hour</a> + <a class="dropdown-item dynamic" href="#" data-value=null>Disable</a> <div class="dropdown-divider dynamic" role="separator"></div> <a class="dropdown-item dynamic active" href="#" id="dynamic-item" data-value="3600000">1 hour</a> |