diff --git a/onecgiar-pr-client/src/app/pages/outcome-indicator/pages/indicator-details/indicator-details.component.html b/onecgiar-pr-client/src/app/pages/outcome-indicator/pages/indicator-details/indicator-details.component.html index 8ace93855..4fcd8ae0a 100644 --- a/onecgiar-pr-client/src/app/pages/outcome-indicator/pages/indicator-details/indicator-details.component.html +++ b/onecgiar-pr-client/src/app/pages/outcome-indicator/pages/indicator-details/indicator-details.component.html @@ -16,23 +16,28 @@

{{ this.indicatorDetailsService.indicatorData().indicator_initiative_short }} -
-
-
- +
+ @if (this.indicatorDetailsService.platformId() === 'wps') { +
+
+ + +

Work Package

+
-

Work Package

+

+ {{ + this.indicatorDetailsService.indicatorData()?.workpackage_short_name + ? this.indicatorDetailsService.indicatorData().workpackage_short_name + ': ' + : '' + }} + {{ this.indicatorDetailsService.indicatorData()?.workpackage_name ?? 'Not specified' }} +

+ } -

- {{ - this.indicatorDetailsService.indicatorData()?.workpackage_short_name - ? this.indicatorDetailsService.indicatorData().workpackage_short_name + ': ' - : '' - }} - {{ this.indicatorDetailsService.indicatorData()?.workpackage_name ?? 'Not specified' }} -

-
@for (item of indicatorInfoItems; track $index) {