mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Settings pages: move level selector from top bar and add page titles
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
7
scripts/pi-hole/lua/settings_header.lp
Normal file
7
scripts/pi-hole/lua/settings_header.lp
Normal file
@@ -0,0 +1,7 @@
|
||||
<!-- Title -->
|
||||
<div class="page-header flex-header">
|
||||
<h1><?= PageTitle ?></h1>
|
||||
<div class="settings-selector">
|
||||
Settings level: <select id="settings-level" class="form-control input-sm"></select>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user