diff --git a/plugins/TestingList.java b/plugins/TestingList.java index d55250e..5fed43c 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2184,13 +2184,13 @@ public class TestingList extends Panel { DefaultTableCellRenderer renderer = new DefaultTableCellRenderer(); renderer.setToolTipText("Click for options"); jTable1.getColumnModel().getColumn(COL.STARTSEQUENCE.ordinal()).setCellRenderer(renderer); - jTable1.getColumnModel().getColumn(COL.STARTSEQUENCE.ordinal()).setPreferredWidth(30); jTable1.getColumnModel().getColumn(COL.ICON.ordinal()).setMaxWidth(27); jTable1.getColumnModel().getColumn(COL.CHECK.ordinal()).setMaxWidth(27); jTable1.getColumnModel().getColumn(COL.DEVICENAME.ordinal()).setPreferredWidth(30); jTable1.getColumnModel().getColumn(COL.STATUS.ordinal()).setPreferredWidth(20); //hideColumn(COL.DEVICEDESCR); + hideColumn(COL.DEVICEPATH); hideColumn(COL.TESTPATH); hideColumn(COL.TESTDESCR); hideColumn(COL.TESTPARAMS); diff --git a/script/tests/config/rps-try b/script/tests/config/rps-try index aa7bd52..ac3b330 100644 Binary files a/script/tests/config/rps-try and b/script/tests/config/rps-try differ diff --git a/script/tests/tests.properties b/script/tests/tests.properties index d421432..1482b9a 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Thu Aug 31 16:26:44 CEST 2017 +#Thu Aug 31 16:29:23 CEST 2017 customPanel= -showEnabledTestsOnly= +showEnabledTestsOnly=true listFilter=rps-try