Skip to content
Snippets Groups Projects
Verified Commit 3898c6ad authored by Gijs Weterings's avatar Gijs Weterings
Browse files

disable descriptive option

parent 322dd647
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
th:action="@{/request/{id}/update-room/(id=${request.getId()})}">
<div class="form-group">
<select class="custom-select custom-select-md" name="room">
<option>Update your room</option>
<option disabled>Choose your new room</option>
<option th:each="room : ${lab.getFilteredRooms()}" th:value="${room.getId()}"
th:selected="${request.room.equals(room)}">
[[${room}]]
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment