mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 13:59:14 +00:00
settings-level-expert: hide them by default
Matches the previous behavior before 8556b65
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
<i class="fa-fw menu-icon fa-solid fa-address-book"></i> <span>Local DNS Records</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="settings-level-expert<? if scriptname == 'settings/all' then ?> active<? end ?>">
|
||||
<li class="settings-level-expert d-none<? if scriptname == 'settings/all' then ?> active<? end ?>">
|
||||
<a href="<?=webhome?>settings/all">
|
||||
<i class="fa-fw menu-icon fa-solid fa-pen-to-square"></i> <span>All settings</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user