diff --git a/src/app/features/ahbs/components/ahb-table/ahb-table.component.html b/src/app/features/ahbs/components/ahb-table/ahb-table.component.html index 926dcc6b4..35f4c3e6e 100644 --- a/src/app/features/ahbs/components/ahb-table/ahb-table.component.html +++ b/src/app/features/ahbs/components/ahb-table/ahb-table.component.html @@ -1,75 +1,105 @@ - - - - - - - - - - - - - - - @for (line of lines(); track line.index; let i = $index) { - - - - - - + + } + +
SegmentgruppeSegmentnameSegmentDatenelementQualifierName - Pflichtfeld-Kennzeichen - - Bedingung / Hinweis / Format -
- @if (generateEbdDeepLink(line.value_pool_entry) !== null) { +
+ + + + + + + + + + + + + + + @for (line of lines(); track line.index; let i = $index) { + + + + + + + + - - - + - - } - -
+ Segmentgruppe + + Segmentname + + Segment + + Datenelement + + Qualifier + + Name + + Pflichtfeld-Kennzeichen + + Bedingung / Hinweis / Format +
+ @if (generateEbdDeepLink(line.value_pool_entry) !== null) { + + {{ line.value_pool_entry }} + + } @else { + {{ line.value_pool_entry }} + } + - {{ line.value_pool_entry }} + class="hover:underline"> + {{ line.ahb_expression }} - } @else { - {{ line.value_pool_entry }} - } - - - {{ line.ahb_expression }} - - - @if (line.conditions) { - @for ( - condition of addConditionLineBreaks(getDisplayText(line.conditions, i)); - track $index - ) { -
+
+ @if (line.conditions) { + @for ( + condition of addConditionLineBreaks(getDisplayText(line.conditions, i)); + track $index + ) { +
+ } + @if (shouldShowToggle(line.conditions)) { + + } } - @if (shouldShowToggle(line.conditions)) { - - } - } -
+
+ diff --git a/src/app/features/ahbs/views/ahb-page/ahb-page.component.html b/src/app/features/ahbs/views/ahb-page/ahb-page.component.html index 65c0a231e..67768af31 100644 --- a/src/app/features/ahbs/views/ahb-page/ahb-page.component.html +++ b/src/app/features/ahbs/views/ahb-page/ahb-page.component.html @@ -1,6 +1,6 @@ -
- - +
+ +