diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b694d7..3099e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v7.0.0] - 2020-07-21 +## [v7.0.0-SNAPSHOT] - 2020-07-21 Ported to git diff --git a/pom.xml b/pom.xml index dcb2011..96bcf6b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.admin resource-management - 7.0.0 + 7.0.0-SNAPSHOT war gCube Resource Management Portlet diff --git a/src/main/java/org/gcube/portlets/admin/resourcemanagement/client/ResourceManagementPortlet.java b/src/main/java/org/gcube/portlets/admin/resourcemanagement/client/ResourceManagementPortlet.java index f507a95..160eefe 100644 --- a/src/main/java/org/gcube/portlets/admin/resourcemanagement/client/ResourceManagementPortlet.java +++ b/src/main/java/org/gcube/portlets/admin/resourcemanagement/client/ResourceManagementPortlet.java @@ -729,8 +729,10 @@ public class ResourceManagementPortlet implements EntryPoint { copy2Clipboard.setIconStyle("copy-clip-icon"); copy2Clipboard.setToolTip("Copy to Clipboard"); + copy2Clipboard.setText("Copy"); + copy2Clipboard.setStyleAttribute("margin-top", "-12px"); statusbar.add(copy2Clipboard); - statusbar.add(new Label("  Loaded Resources:  ")); + statusbar.add(new Label("  Resources No.: ")); Status loadedResources = new Status(); loadedResources.setWidth(35); loadedResources.setText("0"); diff --git a/src/main/webapp/images/icons/copy.png b/src/main/webapp/images/icons/copy.png index c703a57..6f2dd96 100644 Binary files a/src/main/webapp/images/icons/copy.png and b/src/main/webapp/images/icons/copy.png differ