From b4b2c9423410344ae4adee09e14b3af3ab6eeeeb Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 2 Oct 2019 10:23:47 +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@181915 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/dminfo/ServiceInfoPanel.java | 1 - 1 file changed, 1 deletion(-) 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 504cc47..9511bf5 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 @@ -219,7 +219,6 @@ public class ServiceInfoPanel extends FramedPanel { Grid grid = new Grid(store, cm, groupingView); - grid.setAllowTextSelection(false); grid.setAllowTextSelection(true); grid.setBorders(false); grid.setColumnReordering(false);