mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Display number of lists used in title of settings > blocklist
Helps to visibly notice changes, instead of having to manually count them.
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
|
||||
<div class="col-md-12">
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Lists used to generate Pi-hole's Gravity</h3>
|
||||
<h3 class="box-title">Lists used to generate Pi-hole's Gravity: <?php echo count($adlist); ?></h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="table-responsive">
|
||||
|
||||
Reference in New Issue
Block a user