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

OZG-5833 OPT Landmarks main + nav

parent b81b1983
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<alfa-header-container [apiRootStateResource]="apiRoot"></alfa-header-container> <alfa-header-container [apiRootStateResource]="apiRoot"></alfa-header-container>
<div class="relative ml-4 mt-16 flex flex-grow items-start justify-between"> <div class="relative ml-4 mt-16 flex flex-grow items-start justify-between">
<main class="mat-app-background relative grow"><router-outlet></router-outlet></main> <div class="mat-app-background relative grow"><router-outlet></router-outlet></div>
<section class="mat-app-background right-nav"> <section class="mat-app-background right-nav">
<alfa-build-info <alfa-build-info
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
unter der Lizenz sind dem Lizenztext zu entnehmen. unter der Lizenz sind dem Lizenztext zu entnehmen.
--> -->
<ng-container *ngIf="vorgangStateResource$ | async as vorgangStateResource"> <main *ngIf="vorgangStateResource$ | async as vorgangStateResource">
<h1 class="sr-only">Details zum Vorgang</h1> <h1 class="sr-only">Details zum Vorgang</h1>
<ozgcloud-subnavigation class="mat-typography mat-app-background" data-test-id="subnavigation"> <ozgcloud-subnavigation class="mat-typography mat-app-background" data-test-id="subnavigation">
<alfa-vorgang-detail-back-button-container></alfa-vorgang-detail-back-button-container> <alfa-vorgang-detail-back-button-container></alfa-vorgang-detail-back-button-container>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
data-test-id="detail-area" data-test-id="detail-area"
></alfa-vorgang-detail-area> ></alfa-vorgang-detail-area>
</div> </div>
</ng-container> </main>
<ozgcloud-progress-bar <ozgcloud-progress-bar
[stateResource]="revokeCommandStateResource$ | async" [stateResource]="revokeCommandStateResource$ | async"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
class="w-[15.5rem] flex-none" class="w-[15.5rem] flex-none"
></alfa-vorgang-views-menu-container> ></alfa-vorgang-views-menu-container>
<div <main
*ngIf=" *ngIf="
apiRootStateResource?.resource | hasLink: apiRootLinkRel.ALLE_VORGAENGE; apiRootStateResource?.resource | hasLink: apiRootLinkRel.ALLE_VORGAENGE;
else showNoRoleMessage else showNoRoleMessage
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
class="flex flex-1 flex-col overflow-hidden border border-gray-200 dark:border-black" class="flex flex-1 flex-col overflow-hidden border border-gray-200 dark:border-black"
> >
<router-outlet></router-outlet> <router-outlet></router-outlet>
</div> </main>
<ng-template #showNoRoleMessage> <ng-template #showNoRoleMessage>
<div class="flex-1 border border-gray-200 px-7 py-6" data-test-id="user-no-role-message"> <div class="flex-1 border border-gray-200 px-7 py-6" data-test-id="user-no-role-message">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment