From 51856fc88576bc77541464f29471325433905a98 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 2 Oct 2019 10:32:24 +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@181917 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/dminfo/ServiceInfoPanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 685a538..3d2698c 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 @@ -206,10 +206,10 @@ public class ServiceInfoPanel extends FramedPanel { final GroupingView groupingView = new GroupingView(); groupingView.setShowGroupedColumn(false); groupingView.groupBy(categoryCol); + groupingView.setColumnLines(true); + groupingView.setAutoExpandColumn(valueCol); groupingView.setForceFit(true); groupingView.setAutoFill(true); - groupingView.setAutoExpandColumn(valueCol); - groupingView.setColumnLines(true); groupingView.setEmptyText("No info retrieved");