Daniel Erez has submitted this change and it was merged.
Change subject: webadmin: Enable "shareable" for preallocated floating disk.
......................................................................
webadmin: Enable "shareable" for preallocated floating disk.
"Shareable" option is valid for preallocated disk format and not valid
for sparse. Currently, this option becomes grayed out in UI while choosing
"sparse" disk format, the problem is that it stays grayed out even after
choosing
"preallocated" format as described in BZ993148. This patch resolves that
issue.
Change-Id: I95c58cd001cfdf2f0d1a4fc75098b650f0c35fd3
Bug-Url:
https://bugzilla.redhat.com/993148
Signed-off-by: Sergey Gotliv <sgotliv(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/AbstractDiskModel.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17700
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I95c58cd001cfdf2f0d1a4fc75098b650f0c35fd3
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <sgotliv(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server