Skip to content

Commit

Permalink
Fix message and debug pages.
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER authored and PromoFaux committed Jun 2, 2020
1 parent 16d3135 commit d63c956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
<div class="page-header">
<h1>Generate debug log</h1>
</div>

<input type="checkbox" id="upload"><label for="upload">Upload debug log and provide token once finished</label>
<div>
<input type="checkbox" id="upload">
<label for="upload">Upload debug log and provide token once finished</label>
</div>
<p>Once you click this button a debug log will be generated and can automatically be uploaded if we detect a working internet connection.</p>
<button type="button" id="debugBtn" class="btn btn-lg btn-primary btn-block">Generate debug log</button>
<pre id="output" style="width: 100%; height: 100%;" hidden></pre>
Expand Down
2 changes: 1 addition & 1 deletion messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
<script src="scripts/pi-hole/js/messages.js"></script>

<?php
require "scripts/pi-hole/php/footer.php";
require "scripts/pi-hole/php/footer.php";
?>

0 comments on commit d63c956

Please sign in to comment.