mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Switch location of 'Restart dnsmasq' and 'Disable query logging'
This commit is contained in:
@@ -1154,10 +1154,6 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<button type="button" class="btn btn-warning confirm-restartdns form-control">Restart dnsmasq</button>
|
||||
</div>
|
||||
<p class="hidden-md hidden-lg"></p>
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
<?php if ($piHoleLogging) { ?>
|
||||
<button type="button" class="btn btn-warning confirm-disablelogging form-control">Disable query logging</button>
|
||||
<?php } else { ?>
|
||||
@@ -1169,6 +1165,10 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
</form>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<p class="hidden-md hidden-lg"></p>
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
<button type="button" class="btn btn-warning confirm-restartdns form-control">Restart dnsmasq</button>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user