-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
The following file has a typo in the node property description:
@Override public String getDisplayName() { return "Disable Xvnc execuion on this node"; }
should be : (missing a t in execution)
@Override public String getDisplayName() { return "Disable Xvnc execution on this node"; }