mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Add settings level and only-changed settings toggle
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
<!-- Title -->
|
||||
<div class="page-header flex-header">
|
||||
<h1><?= PageTitle ?></h1>
|
||||
<?
|
||||
if scriptname ~= 'settings/all' then
|
||||
<div class="settings-selector">
|
||||
<? if scriptname ~= 'settings/all' 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>
|
||||
<input type="checkbox" id="expert-settings">
|
||||
<? else ?>
|
||||
<input type="checkbox" id="only-changed">
|
||||
<? end ?>
|
||||
</div>
|
||||
<?
|
||||
end
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user