Merge pull request #1991 from paul-man/chore/use-thead

Add absent <thead> tags
This commit is contained in:
DL6ER
2021-12-21 21:30:21 +01:00
committed by GitHub
4 changed files with 63 additions and 41 deletions

View File

@@ -23,12 +23,14 @@
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Domain</th>
<th>Hits</th>
<th>Actions</th>
<th>Domain</th>
<th>Hits</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@@ -51,12 +53,14 @@
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Domain</th>
<th>Hits</th>
<th>Actions</th>
<th>Domain</th>
<th>Hits</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>

View File

@@ -65,12 +65,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@@ -92,12 +94,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@@ -119,12 +123,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Client</th>
<th>Requests</th>
<th>Frequency</th>
<th>Client</th>
<th>Requests</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>

View File

@@ -188,12 +188,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@@ -215,12 +217,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
<th>Domain</th>
<th>Hits</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@@ -244,12 +248,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Client</th>
<th>Requests</th>
<th>Frequency</th>
<th>Client</th>
<th>Requests</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@@ -272,12 +278,14 @@ else
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<thead>
<tr>
<th>Client</th>
<th>Requests</th>
<th>Frequency</th>
<th>Client</th>
<th>Requests</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>

View File

@@ -719,11 +719,13 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "dns", "piho
<div class="row">
<div class="col-sm-12">
<table class="table table-bordered">
<thead>
<tr>
<th colspan="2">IPv4</th>
<th colspan="2">IPv6</th>
<th>Name</th>
</tr>
</thead>
<?php foreach ($DNSserverslist as $key => $value) { ?>
<tr>
<?php if (isset($value["v4_1"])) { ?>
@@ -952,11 +954,13 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "dns", "piho
</div>
<div class="input-group">
<table class="table table-bordered">
<tr>
<th>Local network in <a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing" rel="noopener" target="_blank">CIDR notation</a></th>
<th>IP address of your DHCP server (router)</th>
<th>Local domain name (optional)</th>
</tr>
<thead>
<tr>
<th>Local network in <a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing" target="_blank">CIDR notation</a></th>
<th>IP address of your DHCP server (router)</th>
<th>Local domain name (optional)</th>
</tr>
</thead>
<tr>
<td>
<input type="text" name="rev_server_cidr" placeholder="192.168.0.0/16" class="form-control" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off"