Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
alfa
Commits
6458f189
Commit
6458f189
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-5023 fix result layout
parent
341614a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/libs/vorgang-detail/src/lib/vorgang-detail-page/vorgang-detail-bescheiden/vorgang-detail-bescheiden-result/vorgang-detail-bescheiden-result.component.html
+76
-71
76 additions, 71 deletions
...en-result/vorgang-detail-bescheiden-result.component.html
with
76 additions
and
71 deletions
alfa-client/libs/vorgang-detail/src/lib/vorgang-detail-page/vorgang-detail-bescheiden/vorgang-detail-bescheiden-result/vorgang-detail-bescheiden-result.component.html
+
76
−
71
View file @
6458f189
<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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment