diff options
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> |