aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2020-08-09 14:32:10 +0300
committermoisseev <moiseev@mezonplus.ru>2020-08-09 14:32:10 +0300
commit4c7d0f2f469b56088af9d53ff782f9304b5c67b3 (patch)
tree891e5a83bd76ade130d34314a6ede080029674d2 /interface/index.html
parent1b34085ec52494c59b203908a4976d05aaa0f28f (diff)
downloadrspamd-4c7d0f2f469b56088af9d53ff782f9304b5c67b3.tar.gz
rspamd-4c7d0f2f469b56088af9d53ff782f9304b5c67b3.zip
[WebUI] Add fuzzy hashes info
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html
index 71314e282..bf241176b 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -145,6 +145,25 @@
</table>
</div>
</div>
+ <div class="card bg-light shadow my-3">
+ <div class="card-header text-secondary py-2">
+ <span class="icon mr-3"><i class="fas fa-hashtag"></i></span>
+ <span class="h6 font-weight-bolder my-2">Fuzzy hashes</span>
+ </div>
+ <div class="card-body p-0 table-responsive">
+ <table class="table status-table table-sm table-bordered text-nowrap mb-0" id="fuzzyTable">
+ <thead class="text-secondary">
+ <tr>
+ <th>Server name</th>
+ <th>Storage</th>
+ <th>Hashes</th>
+ </tr>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
+ </div>
+ </div>
</div>
<div class="col-lg-6">
<div class="card bg-light shadow my-3">