From ea2508aef0fd33a74fd59d71f0d1ef41f38a553a Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 2 Oct 2019 10:25:32 +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@181916 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/dminfo/ServiceInfoPanel.java | 4 ---- 1 file changed, 4 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 9511bf5..685a538 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 @@ -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 grid = new Grid(store, cm, groupingView); grid.setAllowTextSelection(true);