diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-01 11:59:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-01 11:59:13 +0000 |
commit | 7c95fa79e671eb9051e692ef6d7bccfd76cbcfd3 (patch) | |
tree | 59e50bc6754f2ed8b5e91a3b987b6a758a767dd1 /interface/index.html | |
parent | 84500eb92ab38f3cbf75a3d7d97570180d8162c7 (diff) | |
download | rspamd-7c95fa79e671eb9051e692ef6d7bccfd76cbcfd3.tar.gz rspamd-7c95fa79e671eb9051e692ef6d7bccfd76cbcfd3.zip |
[WebUI] More fixes to symbols config
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 14 |
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> |