Remove the invalid width="100% attribute

Also, add the missing `table` class in a network table.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-24 16:13:43 +03:00
parent d3cd52b992
commit 59ea121e07
10 changed files with 53 additions and 53 deletions
+8 -8
View File
@@ -55,15 +55,15 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="clientsTable" class="table table-striped table-bordered" width="100%">
<table id="clientsTable" class="table table-striped table-bordered">
<thead>
<tr>
<th>ID</th>
<th>IP address</th>
<th>Comment</th>
<th>Group assignment</th>
<th>Action</th>
</tr>
<tr>
<th>ID</th>
<th>IP address</th>
<th>Comment</th>
<th>Group assignment</th>
<th>Action</th>
</tr>
</thead>
</table>
<button type="button" id="resetButton" class="btn btn-default btn-sm text-red hidden">Reset sorting</button>