Gilad Chaplik has posted comments on this change. Change subject: webadmin: Add validation for create/edit pool (#849426) ......................................................................
Patch Set 2: (1 inline comment) .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/PoolModelBehaviorBase.java Line 318: new LengthValidation(4), Line 319: new IntegerValidation(isNew ? 1 : 0, isNew ? maxAllowedVms : maxAllowedVms - assignedVms) Line 320: }, Line 321: Line 322: getNumOfDesktopsSpecificValidations() go for it :) Line 323: ) Line 324: ); Line 325: Line 326: getModel().getPrestartedVms().ValidateEntity( -- To view, visit http://gerrit.ovirt.org/7649 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I66f765ceb0567beb006d1ef4f45db3902ef95ea6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
