mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Hide the level selector in All Settings page
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<!-- Title -->
|
||||
<div class="page-header flex-header">
|
||||
<h1><?= PageTitle ?></h1>
|
||||
<?
|
||||
if scriptname ~= 'settings/advanced' then
|
||||
-- Show the level selector, except in All Settings page
|
||||
?>
|
||||
<div class="settings-selector">
|
||||
Settings level: <select id="settings-level" class="form-control input-sm"></select>
|
||||
</div>
|
||||
<?
|
||||
end
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user