diff options
author | andre.peters <andre.peters@servercow.de> | 2017-03-19 22:29:43 +0100 |
---|---|---|
committer | andre.peters <andre.peters@servercow.de> | 2017-03-19 22:29:43 +0100 |
commit | 0d9361bc728f285458032286cebcd1b892aeb7ee (patch) | |
tree | 5a322891e6eb0957462252273dd022846514ef22 /interface/index.html | |
parent | 156e2aa6a09822924b92f06e5c338f27fcc2e537 (diff) | |
download | rspamd-0d9361bc728f285458032286cebcd1b892aeb7ee.tar.gz rspamd-0d9361bc728f285458032286cebcd1b892aeb7ee.zip |
Re-add table-hover class, remove table-log class to apply styles with footables
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/interface/index.html b/interface/index.html index 839ed894f..d478f518f 100644 --- a/interface/index.html +++ b/interface/index.html @@ -187,7 +187,7 @@ <h5>Symbols and rules</h5> </div> <div class="widget-content nopadding"> - <table class="table table-log table-hover" id="symbolsTable"></table> + <table class="table table-hover" id="symbolsTable"></table> </div> </div> </div> @@ -306,18 +306,7 @@ <h5>Errors</h5> </div> <div class="widget-content nopadding"> - <table class="table table-log table-hover" id="errorsLog"> - <thead> - <tr> - <th title="Time">Time</th> - <th title="Worker">Worker</th> - <th title="PID">PID</th> - <th title="Module">Module</th> - <th title="ID">ID</th> - <th title="Message">Message</th> - </tr> - </thead> - </table> + <table class="table table-hover" id="errorsLog"></table> </div> </div> |