Skip to content
Snippets Groups Projects
Commit 5aa76d3e authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

Merge branch 'OZG-7931-UI' into 'main'

Ozg 7931 ui

See merge request !99
parents 8ca4c24a 491cc390
Branches
Tags
1 merge request!99Ozg 7931 ui
<p class="flex flex-col gap-2 text-text">
<p class="flex flex-col gap-0.5 text-text">
<span class="font-medium">Benutzername</span>
<span>{{ userName }}</span>
</p>
<h2 class="heading-2 mt-4">Rollen für OZG-Cloud</h2>
<div [formGroup]="formGroupParent">
<div [formGroupName]="UserFormService.CLIENT_ROLES" class="mb-8 flex gap-56">
<div [formGroupName]="UserFormService.ADMINISTRATION_GROUP" class="flex flex-col gap-2">
<div [formGroupName]="UserFormService.CLIENT_ROLES" class="mb-8 flex flex-col gap-4 md:flex-row">
<div [formGroupName]="UserFormService.ADMINISTRATION_GROUP" class="flex flex-1 flex-col gap-2">
<h3 class="text-md block font-medium text-text">Administration</h3>
<div class="flex items-center gap-2">
<ods-checkbox-editor [formControlName]="UserFormService.ADMIN" label="Admin" inputId="admin" />
......@@ -26,7 +26,7 @@
</button>
</div>
</div>
<div [formGroupName]="UserFormService.ALFA_GROUP" class="flex flex-col gap-2">
<div [formGroupName]="UserFormService.ALFA_GROUP" class="flex flex-1 flex-col gap-2">
<h3 class="text-md block font-medium text-text">Alfa</h3>
<div class="flex items-center gap-2">
<ods-checkbox-editor [formControlName]="UserFormService.LOESCHEN" label="Löschen" inputId="delete" />
......
......@@ -32,7 +32,7 @@
[formGroupParent]="formService.form"
[formGroupOrganisationsEinheiten]="formService.getOrganisationsEinheitenGroup()"
/>
<div class="flex justify-between">
<div class="mb-6 flex justify-between">
<admin-user-form-save-button />
@if (isPatch) {
<admin-delete-open-dialog-button data-test-id="delete-button-container" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment