Merge pull request #1367 from pi-hole/clean-table-classes

Clean table classes
This commit is contained in:
DL6ER
2020-05-25 20:33:48 +02:00
committed by GitHub
10 changed files with 13 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ $token = $_SESSION['token'];
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="network-entries" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="network-entries" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>IP address</th>