Enhance settings page; add room management functionality with combo box integration and update rendering logic for improved usability
This commit is contained in:
parent
ad413c3f1b
commit
ec08dd8ef1
4 changed files with 56 additions and 13 deletions
|
@ -57,6 +57,16 @@
|
|||
) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
{{ combos.render_combobox(
|
||||
id='room',
|
||||
options=rooms,
|
||||
label='Rooms',
|
||||
placeholder='Add a new room'
|
||||
) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue