Merge branch 'edit-User' of https://github.com/hhu-propra2/abschlussprojekt-it-bois into edit-User
This commit is contained in:
@ -33,13 +33,15 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Mitglied</th>
|
||||
<th scope="col">Rolle</th>
|
||||
<th scope="col">Optionen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr th:each="member : ${group.getMembers()}">
|
||||
<th th:value="${member.getUser_id()}"></th>
|
||||
<th th:text="${group.getRoles.get(member.getUser_id())}"></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>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user