diff --git a/dmp-frontend/src/app/core/model/dataset/dataset-listing.ts b/dmp-frontend/src/app/core/model/dataset/dataset-listing.ts index 78fbb8596..3ce5fa9cb 100644 --- a/dmp-frontend/src/app/core/model/dataset/dataset-listing.ts +++ b/dmp-frontend/src/app/core/model/dataset/dataset-listing.ts @@ -1,5 +1,5 @@ export interface DatasetListingModel { - id: String; + id: string; label: String; dmp: String; dmpId: String; diff --git a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html index b6616610c..38e210419 100644 --- a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html +++ b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html @@ -29,7 +29,7 @@ - -
+
{{'DMP-LISTING.EMPTY-LIST' | translate}}
diff --git a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html index 0c944ddd6..0b442ae54 100644 --- a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html +++ b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html @@ -13,10 +13,11 @@
-

+

{{ roleDisplayFromList(dmp.users) }}

-
+ . +
public {{'DMP-OVERVIEW.PUBLIC' | translate}} @@ -30,15 +31,12 @@ lock_outline {{'DMP-OVERVIEW.LOCKED' | translate}}
- - + . + - {{'DMP-LISTING.VERSION' | translate}} {{version.version}} + {{'DMP-LISTING.VERSION' | translate}} {{version.version}} - +
{{'GENERAL.STATUSES.EDIT' | translate}} : {{dmp.modifiedTime | date:"longDate"}}
@@ -50,19 +48,13 @@
- - -
@@ -103,8 +95,7 @@
- @@ -118,14 +109,10 @@

- -
-
+
@@ -159,16 +145,14 @@

{{ 'DMP-LISTING.ACTIONS.EXPORT' | translate }}

-
+

{{ 'DMP-LISTING.ACTIONS.START-NEW-VERSION' | translate }}

-
+
@@ -211,12 +195,10 @@

{{ roleDisplay(user) }}

- +
-
+