From f78308e486ad7bd1cc0e410714cc9c3b9d62f176 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 27 Jan 2015 13:35:00 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@111494 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/openwidget/client/TabResourcesSelectionCard.java | 3 ++- .../user/td/openwidget/client/TabResourcesSelectionPanel.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java b/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java index 749fc22..7bf1bd4 100644 --- a/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java +++ b/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java @@ -95,13 +95,14 @@ public class TabResourcesSelectionCard extends WizardCard { "Attention", "This tabular resource is locked"); AlertMessageBox d = new AlertMessageBox("Attention", - "This tabular resource is locked"); + "This tabular resource is locked, click background task to monitor it!"); d.addHideHandler(new HideHandler() { public void onHide(HideEvent event) { } }); + d.show(); } else { retrieveLastTable(); } diff --git a/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionPanel.java b/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionPanel.java index a452cf8..42e856f 100644 --- a/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionPanel.java @@ -135,7 +135,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements ColumnConfig tableTypeNameColumn = new ColumnConfig( properties.tableTypeName(), 30, "Table Type"); ColumnConfig lockedColumn = new ColumnConfig( - properties.locked(), 20, "Locked"); + properties.locked(), 20, "Lock"); ColumnConfig agencyColumn = new ColumnConfig( properties.agency(), 60, "Agency"); ColumnConfig ownerColumn = new ColumnConfig(