label fixed

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@130128 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-07 15:22:31 +00:00
parent c47f1ded2f
commit 90b569f781
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class ResourcesTable extends Composite{
nameColumn.setSortable(true);
nameColumn.setDefaultSortAscending(false);
table.addColumnSortHandler(nameColHandler);
table.addColumn(nameColumn, "Name");
table.addColumn(nameColumn, "Name (Editable)");
// Add a date column to show the url
TextColumn<ResourceBeanWrapper> urlColumn = new TextColumn<ResourceBeanWrapper>() {