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

OZG-5023 fix result layout

parent 341614a5
No related branches found
No related tags found
No related merge requests found
<section <section
class="w-full overflow-auto rounded-xl bg-background-100" class="flex w-full flex-col justify-between overflow-auto rounded-xl bg-background-100 p-4"
*ngIf="{ *ngIf="{
activeStep: activeStep$ | async, activeStep: activeStep$ | async,
sendByManual: sendByManual$ | async, sendByManual: sendByManual$ | async,
isPostfachConfigured: isPostfachConfigured$ | async isPostfachConfigured: isPostfachConfigured$ | async
} as wizardData" } as wizardData"
> >
<div class="flex-1">
<div class="p-4 text-base font-bold text-primary-600">Bescheid</div> <div class="p-4 text-base font-bold text-primary-600">Bescheid</div>
<div class="p-4" data-test-id="bescheid-status-text"> <div class="p-4" data-test-id="bescheid-status-text">
<alfa-vorgang-detail-bescheiden-result-status <alfa-vorgang-detail-bescheiden-result-status
...@@ -53,8 +54,10 @@ ...@@ -53,8 +54,10 @@
data-test-id="bescheid-attachments" data-test-id="bescheid-attachments"
></alfa-vorgang-detail-bescheiden-result-attachments> ></alfa-vorgang-detail-bescheiden-result-attachments>
</div> </div>
</div>
<div *ngIf="wizardData.sendByManual && wizardData.activeStep === 3"> <div class="flex-none">
<div class="flex flex-col align-bottom">
<ng-container *ngIf="wizardData.sendByManual && wizardData.activeStep === 3">
<span>Der Bescheid muss manuell versendet werden.</span> <span>Der Bescheid muss manuell versendet werden.</span>
<!-- REPLACEME: Durch UI/UX Componenten ersetzen --> <!-- REPLACEME: Durch UI/UX Componenten ersetzen -->
...@@ -67,7 +70,7 @@ ...@@ -67,7 +70,7 @@
></ozgcloud-button-with-spinner> ></ozgcloud-button-with-spinner>
</ng-container> </ng-container>
<!-- --> <!-- -->
</div> </ng-container>
<ng-container <ng-container
*ngIf=" *ngIf="
wizardData.activeStep === 3 && !wizardData.sendByManual && wizardData.isPostfachConfigured wizardData.activeStep === 3 && !wizardData.sendByManual && wizardData.isPostfachConfigured
...@@ -82,4 +85,6 @@ ...@@ -82,4 +85,6 @@
></ozgcloud-button-with-spinner> ></ozgcloud-button-with-spinner>
</ng-container> </ng-container>
</ng-container> </ng-container>
</div>
</div>
</section> </section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment