summaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-01 11:59:13 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-01 11:59:13 +0000
commit7c95fa79e671eb9051e692ef6d7bccfd76cbcfd3 (patch)
tree59e50bc6754f2ed8b5e91a3b987b6a758a767dd1 /interface/index.html
parent84500eb92ab38f3cbf75a3d7d97570180d8162c7 (diff)
downloadrspamd-7c95fa79e671eb9051e692ef6d7bccfd76cbcfd3.tar.gz
rspamd-7c95fa79e671eb9051e692ef6d7bccfd76cbcfd3.zip
[WebUI] More fixes to symbols config
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/interface/index.html b/interface/index.html
index 98b6557c5..f93adabd2 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -149,13 +149,13 @@
<div class="widget-content nopadding">
<table class="table table-log table-hover" id="symbolsTable">
<thead>
- <th class="col1" title="Symbol">Symbol name</th>
- <th class="col2" title="Group">Group</th>
- <th class="col2" title="Description">Description</th>
- <th class="col3" title="Score">Score</th>
- <th class="col4" title="Hits">Hits</th>
- <th class="col5" title="Avg.time">Avg.time</th>
- <th class="col6" title="Save data">Save data</th>
+ <th title="Symbol">Symbol name</th>
+ <th title="Group">Group</th>
+ <th title="Description">Description</th>
+ <th title="Score">Score</th>
+ <th title="Hits">Hits</th>
+ <th title="Avg.time">Avg.time</th>
+ <th title="Save data">Save data</th>
</thead>
</table>
</div>