mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Merge pull request #1367 from pi-hole/clean-table-classes
Clean table classes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user