Update options menu

Took 23 minutes
This commit is contained in:
2020-10-05 21:20:51 +02:00
parent 7373d4417f
commit f612de7a5b
4 changed files with 42 additions and 10 deletions

View File

@ -113,7 +113,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="optionsModalLabel">Room-Options</h5>
<h5 class="modal-title" id="optionsModalLabel">Room-Options(not finished yet)</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
@ -121,8 +121,12 @@
<div class="modal-body">
<span class="text-danger" id="optionsErrorMsg"></span>
<div class="form-group">
Not finished yet! - Options not working.
<label for="lock_room">Lock Room?</label>
<input type="checkbox" class="form-control" checked="false" id="lock_room">
<input type="checkbox" class="form-control" [[LOCKED]] id="lock_room">
<label for="secret_url">Admin-URL</label>
<input type="text" readonly class="form-control" value="https://faq.hw-table.de/?code=XXXX&secret=XXXXXXXXXXXXX" id="secret_url">
</div>
</div>
<div class="modal-footer">