Merge pull request #1217 from pi-hole/tweak/debuguploadoptin

Flip default state of debug log upload checkbox.
This commit is contained in:
Adam Warner
2020-04-16 19:21:50 +01:00
committed by GitHub
+2 -2
View File
@@ -1,4 +1,4 @@
<?php /*
<?php /*
* Pi-hole: A black hole for Internet advertisements
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
* Network-wide ad blocking via your own hardware.
@@ -12,7 +12,7 @@
<h1>Generate debug log</h1>
</div>
<p><input type="checkbox" id="upload" checked> Upload debug log and provide token once finished</p>
<p><input type="checkbox" id="upload"> Upload debug log and provide token once finished</p>
<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 class="btn btn-lg btn-primary btn-block" id="debugBtn">Generate debug log</button>
<pre id="output" style="width: 100%; height: 100%;" hidden="true"></pre>