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
This commit is contained in:
Giancarlo Panichi 2019-10-02 10:32:24 +00:00
parent ea2508aef0
commit 51856fc885
1 changed files with 2 additions and 2 deletions

View File

@ -206,10 +206,10 @@ public class ServiceInfoPanel extends FramedPanel {
final GroupingView<ServiceInfoData> groupingView = new GroupingView<ServiceInfoData>();
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");