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
This commit is contained in:
Giancarlo Panichi 2019-10-01 17:24:49 +00:00
parent 4057cea5d7
commit 1ef6056777
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,7 @@ public class ServiceInfoPanel extends FramedPanel {
if (properties != null && !properties.isEmpty()) {
Grid<ServiceInfoData> grid = createInfoGrid(properties);
environmentVBox.add(grid, new VerticalLayoutData(1, -1, new Margins(0, 4, 0, 4)));
} else {
HtmlLayoutContainer emptyInfoContainer = new HtmlLayoutContainer(
"<div class='service-property'><p>No Info Available.</p></div>");
@ -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);