Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@92814 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-07 13:11:33 +00:00
parent 26dbec37d0
commit f4ac41cf96
1 changed files with 4 additions and 0 deletions

View File

@ -337,5 +337,9 @@ public interface TabularDataResources extends ClientBundle {
@Source("tag-blue-delete.png")
ImageResource annotationDelete();
@Source("table-clone_32.png")
ImageResource tableClone32();
@Source("table-clone.png")
ImageResource tableClone();
}