Closedown
This commit is contained in:
@@ -305,7 +305,7 @@ public class TestingList extends Panel {
|
||||
loadTests();
|
||||
//if not administrator, then show only enabled tests
|
||||
boolean bShow = getContext().getInstance().getLevel()==AccessLevel.administrator;
|
||||
jCheckBoxMenuShowSelectedTests1.setEnabled(bShow);
|
||||
jCheckBoxMenuShowSelectedTests1.setVisible(bShow);
|
||||
} catch (Exception ex) {
|
||||
getLogger().severe(ex.getMessage());
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Wed Aug 23 10:12:14 CEST 2017
|
||||
#Wed Aug 23 13:49:38 CEST 2017
|
||||
customPanel=Kollimators
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=Collimator
|
||||
|
||||
Reference in New Issue
Block a user