Skip to content
Snippets Groups Projects
Commit ff63dcd8 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4310 format write

parent eab8bc13
Branches
Tags
No related merge requests found
<h1 class="heading-1">Benutzer & Rollen</h1> <h1 class="heading-1">Benutzer & Rollen</h1>
<ods-button-with-spinner text="Benutzer hinzufügen" class="py-8" dataTestId="add-user-button" (clickEmitter)="navigateToAddUser()"/> <ods-button-with-spinner
text="Benutzer hinzufügen"
class="py-8"
dataTestId="add-user-button"
(clickEmitter)="navigateToAddUser()"
/>
<ods-list *ngIf="users$ | async as users"> <ods-list *ngIf="users$ | async as users">
<ods-list-item *ngFor="let user of users.resource" [path]="user.username" [attr.data-test-id]="'user-entry-' + user.username"> <ods-list-item *ngFor="let user of users.resource" [path]="user.username" [attr.data-test-id]="'user-entry-' + user.username">
<div class="flex-1 basis-1/2"> <div class="flex-1 basis-1/2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment