Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@87090 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6692f0b4b3
commit
d23156e77a
|
@ -225,5 +225,24 @@ public interface TabularDataResources extends ClientBundle {
|
|||
ImageResource validateAdd();
|
||||
|
||||
|
||||
@Source("pencil_32.png")
|
||||
ImageResource rowEdit32();
|
||||
|
||||
@Source("pencil.png")
|
||||
ImageResource rowEdit();
|
||||
|
||||
@Source("table-row-insert_32.png")
|
||||
ImageResource rowInsert32();
|
||||
|
||||
@Source("table-row-insert.png")
|
||||
ImageResource rowInsert();
|
||||
|
||||
@Source("table-row-delete_32.png")
|
||||
ImageResource rowRemove32();
|
||||
|
||||
@Source("table-row-delete.png")
|
||||
ImageResource rowRemove();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue