modified icon copy not it should be more clear
This commit is contained in:
parent
506b0749d8
commit
61bcaf1720
|
@ -4,7 +4,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
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
|
Ported to git
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
<groupId>org.gcube.portlets.admin</groupId>
|
||||||
<artifactId>resource-management</artifactId>
|
<artifactId>resource-management</artifactId>
|
||||||
<version>7.0.0</version>
|
<version>7.0.0-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>gCube Resource Management Portlet</name>
|
<name>gCube Resource Management Portlet</name>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -729,8 +729,10 @@ public class ResourceManagementPortlet implements EntryPoint {
|
||||||
|
|
||||||
copy2Clipboard.setIconStyle("copy-clip-icon");
|
copy2Clipboard.setIconStyle("copy-clip-icon");
|
||||||
copy2Clipboard.setToolTip("Copy to Clipboard");
|
copy2Clipboard.setToolTip("Copy to Clipboard");
|
||||||
|
copy2Clipboard.setText("Copy");
|
||||||
|
copy2Clipboard.setStyleAttribute("margin-top", "-12px");
|
||||||
statusbar.add(copy2Clipboard);
|
statusbar.add(copy2Clipboard);
|
||||||
statusbar.add(new Label(" Loaded Resources: "));
|
statusbar.add(new Label(" Resources No.: "));
|
||||||
Status loadedResources = new Status();
|
Status loadedResources = new Status();
|
||||||
loadedResources.setWidth(35);
|
loadedResources.setWidth(35);
|
||||||
loadedResources.setText("0");
|
loadedResources.setText("0");
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue