aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-10-21 21:53:15 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-10-21 21:53:15 +0300
commit1bbc384db6a6798800c04292820ab503121db918 (patch)
tree0f30b7c500a7322f56552d4135a9408b3c6ca440 /interface/index.html
parent82f687439412e6dc3268239fca0798f586d15cc6 (diff)
downloadrspamd-1bbc384db6a6798800c04292820ab503121db918.tar.gz
rspamd-1bbc384db6a6798800c04292820ab503121db918.zip
[WebUI] Add history rows per page control
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface/index.html b/interface/index.html
index 8d40da510..8b9b65c9d 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -287,22 +287,22 @@
<div class="widget-box">
<div class="widget-title">
- <form role="form" class="form-inline pull-right buttons">
- <div class="form-group widget-title-form">
+ <div class="form-inline widget-title-form input-group-sm pull-right buttons">
<label for="selSymOrder">Symbols order:</label>
<select id="selSymOrder" class="form-control">
<option value="magnitude" selected>Score magnitude</option>
<option value="score">Score value</option>
<option value="name">Name</option>
</select>
- </div>
+ <label for="history_page_size">Rows per page:</label>
+ <input id="history_page_size" class="form-control" value="25" min="1" type="number">
<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>
- </form>
+ </div>
<span class="icon"><i class="glyphicon glyphicon-eye-open"></i></span>
<h5>History</h5>
</div>