]> source.dussan.org Git - rspamd.git/commitdiff
Re-add table-hover class, remove table-log class to apply styles with footables
authorandre.peters <andre.peters@servercow.de>
Sun, 19 Mar 2017 21:29:43 +0000 (22:29 +0100)
committerandre.peters <andre.peters@servercow.de>
Sun, 19 Mar 2017 21:29:43 +0000 (22:29 +0100)
interface/index.html

index 839ed894f67f37fcd554f6a8b89e57bf7313084f..d478f518f471c4384035be526e5bfb481bbf06c7 100644 (file)
                                                <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>
                                                <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>