ofri masad has uploaded a new change for review. Change subject: webadmin: Disable select quota on edit vm-pool ......................................................................
webadmin: Disable select quota on edit vm-pool Quota selection was enabled on edit vm-pool dialog (unlike all other fields). set the quota selection box to disabled. Change-Id: Ifebe28c31bf7f8a5320b70aa62f6eba733333b6c Bug-Url: https://bugzilla.redhat.com/966003 Signed-off-by: Ofri Masad <oma...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/15320/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java index 7376778..ecde3d0 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java @@ -74,7 +74,6 @@ private void enableEditPoolFields() { descriptionEditor.setEnabled(true); prestartedVmsEditor.setEnabled(true); - quotaEditor.setEnabled(true); editPrestartedVmsEditor.setEnabled(true); incraseNumOfVmsEditor.setEnabled(true); -- To view, visit http://gerrit.ovirt.org/15320 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifebe28c31bf7f8a5320b70aa62f6eba733333b6c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <oma...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches