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:
Walter
2018-04-23 16:31:55 +02:00
committed by GitHub
parent ffb755636b
commit ec0a8f32a7
+1 -1
View File
@@ -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">