git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@99223 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8bb9c9ad6f
commit
589e4ee73d
|
@ -285,6 +285,12 @@ public interface TabularDataResources extends ClientBundle {
|
|||
@Source("help.png")
|
||||
ImageResource help();
|
||||
|
||||
@Source("logs_32.png")
|
||||
ImageResource logs32();
|
||||
|
||||
@Source("logs.png")
|
||||
ImageResource logs();
|
||||
|
||||
@Source("template-add_32.png")
|
||||
ImageResource templateAdd32();
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 950 B |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -503,7 +503,7 @@ public class FileToolBar {
|
|||
|
||||
|
||||
logsButton = new TextButton("Logs",
|
||||
TabularDataResources.INSTANCE.help32());
|
||||
TabularDataResources.INSTANCE.logs32());
|
||||
logsButton.enable();
|
||||
logsButton.setToolTip("Show Logs");
|
||||
logsButton.setScale(ButtonScale.LARGE);
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 950 B |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue