mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
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:
6
index.lp
6
index.lp
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user