ref 12594: Provide DM Users with runtime execution information
https://support.d4science.org/issues/12594 Added service info[ticket #12594] Updated the resources check on IS [ticket #17569] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@181916 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b4b2c94234
commit
ea2508aef0
|
@ -213,10 +213,6 @@ public class ServiceInfoPanel extends FramedPanel {
|
|||
|
||||
groupingView.setEmptyText("No info retrieved");
|
||||
|
||||
// grid.getView().setAutoFill(true);
|
||||
// groupingView.setStripeRows(true);
|
||||
// groupingView.setColumnLines(true);
|
||||
|
||||
Grid<ServiceInfoData> grid = new Grid<ServiceInfoData>(store, cm, groupingView);
|
||||
|
||||
grid.setAllowTextSelection(true);
|
||||
|
|
Loading…
Reference in New Issue