Skip to content

Commit

Permalink
Merge branch 'main' into formatversion-default
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jan 30, 2025
2 parents 9169bc2 + 73a13ea commit 3407287
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/features/ahbs/views/ahb-page/ahb-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
[totalResults]="table()?.markElements()?.length" />
</app-header>

<div *ngIf="!errorOccurred">
<div class="flex-1 flex flex-col overflow-auto" #scroll>
<div class="flex-1" *ngIf="!errorOccurred">
<div class="flex-1 flex flex-col overflow-auto h-full" #scroll>
<div>
@if (ahb$ | async; as ahb) {
<div class="flex-none flex flex-col md:flex-row mb-10">
Expand Down Expand Up @@ -50,7 +50,7 @@ <h3 class="font-bold text-[20px]">
}
</div>

<div>
<div class="h-full">
@if (lines$ | async; as lines) {
<app-ahb-table
[lines]="lines"
Expand All @@ -59,8 +59,8 @@ <h3 class="font-bold text-[20px]">
[pruefi]="pruefi()"
(selectElement)="scrollToElement($event.element, $event.offsetY)" />
} @else {
<div class="flex-1 flex items-center justify-center">
<p class="text-xl">loading ...</p>
<div class="h-full flex items-center justify-center">
<p class="text-xl">AHB-Tabelle wird geladen ...</p>
</div>
}
</div>
Expand Down

0 comments on commit 3407287

Please sign in to comment.