From 9b4742658d32aa31adda1db782e823cb1c80d7be Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Fri, 5 Jul 2024 14:21:09 +0300 Subject: [PATCH] dmp overview ui changes (in progress) --- .../overview/plan-overview.component.html | 34 +++++++++++++++---- .../overview/plan-overview.component.scss | 1 - 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/dmp-frontend/src/app/ui/plan/overview/plan-overview.component.html b/dmp-frontend/src/app/ui/plan/overview/plan-overview.component.html index 4b041ce2b..7bac0ff50 100644 --- a/dmp-frontend/src/app/ui/plan/overview/plan-overview.component.html +++ b/dmp-frontend/src/app/ui/plan/overview/plan-overview.component.html @@ -15,9 +15,31 @@
-
-
{{ dmp.label }}
+
+ + +
+ + + + + {{'PLAN-OVERVIEW.VERSION' | translate}} {{ selectedDmpVersion?.version }} + {{ dmp.label }} + + + + + + + {{'PLAN-OVERVIEW.VERSION' | translate}} {{version?.version}} + + + +
+

{{ enumUtils.toPlanUserRolesString(planService.getCurrentUserRolesInPlan(dmp?.planUsers)) }} @@ -32,14 +54,14 @@ lock_outline {{'PLAN-OVERVIEW.LOCKED' | translate}}

-
+
{{'PLAN-OVERVIEW.EDITED' | translate}} : {{dmp.updatedAt | dateTimeFormatter: "d MMMM y"}}
@@ -216,7 +238,7 @@
- +