mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +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:
@@ -50,14 +50,6 @@ mg.include('header.lp','r')
|
||||
</a>
|
||||
<div class="navbar-custom-menu">
|
||||
<ul class="nav navbar-nav">
|
||||
<? if startsWith(scriptname, 'settings/') then ?>
|
||||
<li class="nav-item">
|
||||
<p class="navbar-text">
|
||||
Settings level: <select id="settings-level" class="form-control input-sm">
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<? end ?>
|
||||
<li<? if string.len(hostname) == 0 then ?> class="hidden"<? end ?>>
|
||||
<p class="navbar-text">
|
||||
<span class="hidden-xs">hostname:</span>
|
||||
|
||||
Reference in New Issue
Block a user