This commit is contained in:
Tizian.Breuch
2025-10-10 12:29:03 +02:00
parent 4924372087
commit e91fe838fa

View File

@@ -16,7 +16,7 @@
<td>{{ user.roles?.join(', ') }}</td> <td>{{ user.roles?.join(', ') }}</td>
<td> <td>
<!-- Hier könnte ein "Rollen bearbeiten"-Button hin --> <!-- Hier könnte ein "Rollen bearbeiten"-Button hin -->
<button (click)="onDelete(user)">Löschen</button> <!-- <button (click)="onDelete(user)">Löschen</button> -->
</td> </td>
</tr> </tr>
</tbody> </tbody>