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
+1 -1
View File
@@ -139,7 +139,7 @@ $token = $_SESSION['token'];
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="all-queries" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="all-queries" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>Time</th>
+1 -1
View File
@@ -72,7 +72,7 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="customDNSTable" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="customDNSTable" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>Domain</th>
+1 -1
View File
@@ -53,7 +53,7 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="adlistsTable" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="adlistsTable" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>ID</th>
+1 -1
View File
@@ -55,7 +55,7 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="clientsTable" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="clientsTable" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>ID</th>
+1 -1
View File
@@ -118,7 +118,7 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="domainsTable" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="domainsTable" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>ID</th>
+1 -1
View File
@@ -52,7 +52,7 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="groupsTable" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="groupsTable" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>ID</th>
+1 -1
View File
@@ -19,7 +19,7 @@
<div class="box" id="messages-list">
<!-- /.box-header -->
<div class="box-body">
<table id="messagesTable" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="messagesTable" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>ID</th>
+1 -1
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>
+1 -1
View File
@@ -122,7 +122,7 @@ if(strlen($showing) > 0)
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="all-queries" class="display table table-striped table-bordered" cellspacing="0" width="100%">
<table id="all-queries" class="table table-striped table-bordered" width="100%">
<thead>
<tr>
<th>Time</th>
+4 -6
View File
@@ -265,7 +265,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "
<div class="box-body">
<div class="row">
<div class="col-md-12">
<table class="table table-striped table-bordered dt-responsive nowrap">
<table class="table table-striped table-bordered nowrap">
<tbody>
<tr>
<th scope="row">Pi-hole Ethernet Interface:</th>
@@ -308,7 +308,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "
$FTLversion = exec("/usr/bin/pihole-FTL version");
?>
<table class="table table-striped table-bordered dt-responsive nowrap">
<table class="table table-striped table-bordered nowrap">
<tbody>
<tr>
<th scope="row">FTL version:</th>
@@ -702,8 +702,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "
<div class="row">
<div class="col-md-12">
<label>Currently active DHCP leases</label>
<table id="DHCPLeasesTable" class="table table-striped table-bordered dt-responsive nowrap"
cellspacing="0" width="100%">
<table id="DHCPLeasesTable" class="table table-striped table-bordered nowrap" width="100%">
<thead>
<tr>
<th>MAC address</th>
@@ -732,8 +731,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "
</div>
<div class="col-md-12">
<label>Static DHCP leases configuration</label>
<table id="DHCPStaticLeasesTable" class="table table-striped table-bordered dt-responsive nowrap"
cellspacing="0" width="100%">
<table id="DHCPStaticLeasesTable" class="table table-striped table-bordered nowrap" width="100%">
<thead>
<tr>
<th>MAC address</th>