From ffbcd91c54f805ae417a260ed580ec4a6cc30a1b Mon Sep 17 00:00:00 2001 From: apapachristou Date: Mon, 6 May 2019 10:01:26 +0300 Subject: [PATCH] Replace last visited table by last edited table --- .../src/app/ui/dashboard/dashboard.component.html | 8 ++++---- .../recent-edited-activity.component.html | 10 ++++++---- dmp-frontend/src/assets/i18n/en.json | 4 +++- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index ed2d8f9b6..a78f92877 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -57,16 +57,16 @@ -
+ +
-
--> +
diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html index 63dfa42a9..40cf6f2ac 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html @@ -8,7 +8,8 @@ {{ 'RECENT-ACTIVITY.LICENSE' | translate}}

-
{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate}}
+
+ {{ 'GENERAL.ACTIONS.VIEW-ALL' | translate}}
@@ -19,11 +20,12 @@ - + - + - + diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 027d12825..39e025938 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -339,6 +339,7 @@ "ORGANIZATION": "Organization", "STATUS": "Status", "VISITED": "Visited", + "EDITED": "Edited", "DESCRIPTION": "Description", "CREATED": "Created", "ACTIONS": "Actions", @@ -490,7 +491,8 @@ }, "DMP": { "LIKE": "Search DMPs", - "PROJECTS": "Projects" + "PROJECTS": "Projects", + "SELECT-PROJECTS": "Select Projects" }, "USERS": { "LABEL": "Search",
{{ 'DATASET-PROFILE-LISTING.COLUMNS.ROLE' | translate }} {{ 'DATASET-PROFILE-LISTING.COLUMNS.ORGANIZATION' | translate }} {{ 'DATASET-PROFILE-LISTING.COLUMNS.STATUS' | translate }}{{ 'DATASET-PROFILE-LISTING.COLUMNS.VISITED' | translate }}{{ 'DATASET-PROFILE-LISTING.COLUMNS.EDITED' | translate }}
{{ activity.label }}
@@ -41,7 +43,7 @@
{{ enumUtils.toDmpStatusString(activity.status) }} {{ activity.creationTime | date: "shortDate" }}{{ activity.creationTime | date: "shortDate" }} more_horiz