mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Put buttons on API tabs into box footer
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+3
-1
@@ -893,12 +893,14 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
<?php if ($privacyMode){ ?>checked<?php } ?>>
|
||||
Don't
|
||||
show origin of DNS requests in query log</label></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-footer clearfix">
|
||||
<input type="hidden" name="field" value="API">
|
||||
<input type="hidden" name="token" value="<?php echo $token ?>">
|
||||
<button type="button" class="btn btn-primary api-token">Show API token</button>
|
||||
<button type="submit" class="btn btn-primary pull-right">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user