From 4e8fe92dcb647e768d314fa799d285772e4c55eb Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Wed, 8 May 2019 16:49:48 +0300 Subject: [PATCH] Adds the number of Datasets and the users name on the DMP listing. --- .../listing-item/dmp-listing-item.component.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html b/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html index f8aabc150..debf41f87 100644 --- a/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html +++ b/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.html @@ -9,7 +9,7 @@
storage -

{{dmp.associatedProfiles.length}}

+

{{dmp.datasets.length}}

{{profile.label}}
@@ -20,12 +20,9 @@
group -
JOHN DOE
-
JOHN DOE
-
JOHN DOE
-
JOHN DOE
-
JOHN DOE
-
JOHN DOE
+
+
{{user.name}}
+