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"
|
||||
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">
|
||||
<i class="fa fa-sync fa-spin"></i>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
<!-- dynamically filled with content -->
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -185,7 +185,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
</table> -->
|
||||
@@ -230,7 +230,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
<th scope="row">Unanswered queries:</th>
|
||||
<td id="sysinfo-dns-replies-unanswered"> </td>
|
||||
</tr>
|
||||
<tr class="settings-level-expert d-none">
|
||||
<tr>
|
||||
<th scope="row">Authoritative replies:</th>
|
||||
<td id="sysinfo-dns-replies-auth"> </td>
|
||||
</tr>
|
||||
@@ -260,7 +260,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
<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>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user