aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-04-05 18:03:38 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-04-05 20:26:50 +0300
commit263eee06553bde7310cc30e290b7e2e769db48b7 (patch)
tree956897c021e82d1d6d468f14a1294641197ee89a /interface/index.html
parent6d75049c12a18b1fb07cadcd4ca605debe203977 (diff)
downloadrspamd-263eee06553bde7310cc30e290b7e2e769db48b7.tar.gz
rspamd-263eee06553bde7310cc30e290b7e2e769db48b7.zip
[WebUI] Add symbols order selector to history
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/interface/index.html b/interface/index.html
index 85794a49d..8cb21794f 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -286,14 +286,21 @@
<div class="widget-box">
<div class="widget-title">
- <div class="buttons pull-right">
+ <form role="form" class="form-inline pull-right buttons">
+ <div class="form-group widget-title-form">
+ <label for="selSymOrder">Symbols order:</label>
+ <select id="selSymOrder" class="form-control">
+ <option value="score" selected>Score</option>
+ <option value="name">Name</option>
+ </select>
+ </div>
<button class="btn btn-danger btn-sm" id="resetHistory">
<i class="glyphicon glyphicon-remove-circle"></i> Reset
</button>
<button class="btn btn-info btn-sm" id="updateHistory">
<i class="glyphicon glyphicon-refresh"></i> Update
</button>
- </div>
+ </form>
<span class="icon"><i class="glyphicon glyphicon-eye-open"></i></span>
<h5>History</h5>
</div>