diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-01 11:25:12 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-01 11:25:12 +0000 |
commit | 3eb97904d4e9b131e19153d48bd414b8749b3337 (patch) | |
tree | 5cd148234c0f29ff87a4ac61dd9bd578f58b7c8e /interface/index.html | |
parent | d6edc7ab347abcf76c3ee99ff115a55b459cc998 (diff) | |
download | rspamd-3eb97904d4e9b131e19153d48bd414b8749b3337.tar.gz rspamd-3eb97904d4e9b131e19153d48bd414b8749b3337.zip |
[WebUI] Further rework of symbols scores
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface/index.html b/interface/index.html index 17f14738f..98b6557c5 100644 --- a/interface/index.html +++ b/interface/index.html @@ -139,11 +139,11 @@ <div class="widget-box"> <div class="widget-title"> <div class="buttons pull-right"> - <button class="btn btn-info btn-sm" id="refreshSymbols"> + <button class="btn btn-info btn-sm" id="updateSymbols"> <i class="glyphicon glyphicon-refresh"></i> Update </button> </div> - <span class="icon"><i class="glyphicon glyphicon-filters"></i></span> + <span class="icon"><i class="glyphicon glyphicon-tasks"></i></span> <h5>Symbols and rules</h5> </div> <div class="widget-content nopadding"> @@ -154,8 +154,8 @@ <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=""></th> + <th class="col5" title="Avg.time">Avg.time</th> + <th class="col6" title="Save data">Save data</th> </thead> </table> </div> |