mirror of
https://github.com/pi-hole/web.git
synced 2025-12-19 18:28:24 +00:00
Remove superfluosus ettings-level-expert class
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -13,7 +13,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
|
|||||||
PageTitle = "All Settings"
|
PageTitle = "All Settings"
|
||||||
mg.include('scripts/lua/settings_header.lp','r')
|
mg.include('scripts/lua/settings_header.lp','r')
|
||||||
?>
|
?>
|
||||||
<div class="row settings-level-expert d-none" id="advanced-content">
|
<div class="row" id="advanced-content">
|
||||||
<div class="overlay" id="advanced-overlay">
|
<div class="overlay" id="advanced-overlay">
|
||||||
<i class="fa fa-sync fa-spin"></i>
|
<i class="fa fa-sync fa-spin"></i>
|
||||||
</div>
|
</div>
|
||||||
@@ -28,7 +28,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
|||||||
<!-- dynamically filled with content -->
|
<!-- dynamically filled with content -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-12 settings-level-expert d-none save-button-container">
|
<div class="col-sm-12 save-button-container">
|
||||||
<button type="button" class="btn btn-primary save-button"><i class="fa-solid fa-fw fa-floppy-disk"></i> Save & Apply</button>
|
<button type="button" class="btn btn-primary save-button"><i class="fa-solid fa-fw fa-floppy-disk"></i> Save & Apply</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<!-- <table class="table table-striped table-bordered nowrap settings-level-expert d-none">
|
<!-- <table class="table table-striped table-bordered nowrap">
|
||||||
<tbody id="dns-cache-table">
|
<tbody id="dns-cache-table">
|
||||||
</tbody>
|
</tbody>
|
||||||
</table> -->
|
</table> -->
|
||||||
@@ -230,7 +230,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
|||||||
<th scope="row">Unanswered queries:</th>
|
<th scope="row">Unanswered queries:</th>
|
||||||
<td id="sysinfo-dns-replies-unanswered"> </td>
|
<td id="sysinfo-dns-replies-unanswered"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="settings-level-expert d-none">
|
<tr>
|
||||||
<th scope="row">Authoritative replies:</th>
|
<th scope="row">Authoritative replies:</th>
|
||||||
<td id="sysinfo-dns-replies-auth"> </td>
|
<td id="sysinfo-dns-replies-auth"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -260,7 +260,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
|||||||
<div class="col-xs-12 col-md-6 col-lg-3">
|
<div class="col-xs-12 col-md-6 col-lg-3">
|
||||||
<button type="button" class="btn btn-danger confirm-flusharp btn-block button-pad destructive_action" disabled>Flush network table</button>
|
<button type="button" class="btn btn-danger confirm-flusharp btn-block button-pad destructive_action" disabled>Flush network table</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-6 col-lg-3 settings-level-expert d-none">
|
<div class="col-xs-12 col-md-6 col-lg-3">
|
||||||
<button type="button" class="btn btn-danger confirm-flushlogs btn-block button-pad destructive_action" disabled>Flush logs (last 24 hours)</button>
|
<button type="button" class="btn btn-danger confirm-flushlogs btn-block button-pad destructive_action" disabled>Flush logs (last 24 hours)</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user