Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@87038 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3a26e4b385
commit
af4eb0ebc9
|
@ -182,6 +182,11 @@ public interface TabularDataResources extends ClientBundle {
|
|||
@Source("column-delete.png")
|
||||
ImageResource columnDelete();
|
||||
|
||||
@Source("column-add_32.png")
|
||||
ImageResource columnAdd32();
|
||||
|
||||
@Source("column-add.png")
|
||||
ImageResource columnAdd();
|
||||
|
||||
@Source("column-values_32.png")
|
||||
ImageResource columnValues32();
|
||||
|
|
Loading…
Reference in New Issue