From 1ef6056777b320fa360346bf1dfbec0e641cdf12 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 1 Oct 2019 17:24:49 +0000 Subject: [PATCH] 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@181912 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/dminfo/ServiceInfoPanel.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java index 020c228..504cc47 100644 --- a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java +++ b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java @@ -163,6 +163,7 @@ public class ServiceInfoPanel extends FramedPanel { if (properties != null && !properties.isEmpty()) { Grid grid = createInfoGrid(properties); environmentVBox.add(grid, new VerticalLayoutData(1, -1, new Margins(0, 4, 0, 4))); + } else { HtmlLayoutContainer emptyInfoContainer = new HtmlLayoutContainer( "

No Info Available.

"); @@ -206,6 +207,7 @@ public class ServiceInfoPanel extends FramedPanel { groupingView.setShowGroupedColumn(false); groupingView.groupBy(categoryCol); groupingView.setForceFit(true); + groupingView.setAutoFill(true); groupingView.setAutoExpandColumn(valueCol); groupingView.setColumnLines(true);