Update options menu
Took 23 minutes
This commit is contained in:
@ -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">×</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">
|
||||
|
Reference in New Issue
Block a user