Add custom checkboxes.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-04-29 23:44:00 +02:00
parent 6b47a937fb
commit 170e9d37a7
8 changed files with 220 additions and 227 deletions

View File

@@ -12,7 +12,7 @@
<h1>Generate debug log</h1>
</div>
<p><input type="checkbox" id="upload"> Upload debug log and provide token once finished</p>
<input type="checkbox" id="upload"><label for="upload">Upload debug log and provide token once finished</label>
<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="true"></pre>