Merge branch 'edit-User' of https://github.com/hhu-propra2/abschlussprojekt-it-bois into edit-User
This commit is contained in:
@ -33,14 +33,16 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Mitglied</th>
|
<th scope="col">Mitglied</th>
|
||||||
|
<th scope="col">Rolle</th>
|
||||||
<th scope="col">Optionen</th>
|
<th scope="col">Optionen</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr th:each="member : ${group.getMembers()}">
|
<tr th:each="member : ${group.getMembers()}">
|
||||||
<th th:value="${member.getUser_id()}"></th>
|
<th th:value="${member.getUser_id()}"></th>
|
||||||
|
<th th:text="${group.getRoles.get(member.getUser_id())}"></th>
|
||||||
<th>
|
<th>
|
||||||
<button class="btn btn-warning">Adminrecht zuweisen</button>
|
<button class="btn btn-warning">Rolle ändern</button> <!-- th:if -->
|
||||||
<button class="btn btn-danger"> Mitglied entfernen</button>
|
<button class="btn btn-danger">Mitglied entfernen</button>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user