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:
XhmikosR
2025-05-26 08:07:15 +03:00
parent d010d1309e
commit a18629193a
8 changed files with 21 additions and 21 deletions

View File

@@ -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>