mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Remove the obsolete cellspacing="0" attribute.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@ $token = $_SESSION['token'];
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="all-queries" class="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>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="customDNSTable" class="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>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="adlistsTable" class="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>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="clientsTable" class="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>
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="domainsTable" class="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>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="groupsTable" class="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>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="box" id="messages-list">
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="messagesTable" class="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>
|
||||
|
||||
@@ -29,7 +29,7 @@ $token = $_SESSION['token'];
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="network-entries" class="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>
|
||||
|
||||
@@ -122,7 +122,7 @@ if(strlen($showing) > 0)
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<table id="all-queries" class="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>
|
||||
|
||||
@@ -699,8 +699,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 nowrap"
|
||||
cellspacing="0" width="100%">
|
||||
<table id="DHCPLeasesTable" class="table table-striped table-bordered nowrap" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>MAC address</th>
|
||||
@@ -729,8 +728,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 nowrap"
|
||||
cellspacing="0" width="100%">
|
||||
<table id="DHCPStaticLeasesTable" class="table table-striped table-bordered nowrap" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>MAC address</th>
|
||||
|
||||
Reference in New Issue
Block a user