Finish the only partially done renaming adlists -> lists on the dashboard. This fixes a few broken links such as "Manage lists" on the dashboard as well as the generated links from the Search Lists page to the Groups -> Lists page with enabled list row highlighting

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-10-15 14:11:32 +02:00
parent 191f89d58e
commit 7e879b29ae
5 changed files with 57 additions and 57 deletions

View File

@@ -64,14 +64,14 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
<!-- small box -->
<div class="small-box bg-green no-user-select">
<div class="inner">
<p>Domains on Adlists</p>
<p>Domains on Lists</p>
<h3 class="statistic"><span id="gravity_size">---</span></h3>
</div>
<div class="icon">
<i class="fas fa-list-alt"></i>
</div>
<a href="groups-adlists.lp" class="small-box-footer" title="">
Manage adlists <i class="fa fa-arrow-circle-right"></i>
<a href="groups-lists.lp" class="small-box-footer" title="">
Manage lists <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>