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/data-miner-manager@181920 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-10-02 10:53:12 +00:00
parent f1eec910de
commit 2b7b6fe969
1 changed files with 0 additions and 5 deletions

View File

@ -205,13 +205,8 @@ public class ServiceInfoPanel extends FramedPanel {
groupingView.setAutoExpandColumn(valueCol);
groupingView.setEmptyText("No info retrieved");
// grid.getView().setAutoFill(true);
// groupingView.setStripeRows(true);
// groupingView.setColumnLines(true);
Grid<ServiceInfoData> grid = new Grid<ServiceInfoData>(store, cm, groupingView);
grid.setAllowTextSelection(false);
grid.setAllowTextSelection(true);
grid.setBorders(false);
grid.setColumnReordering(false);