Shahar Havivi has uploaded a new change for review. Change subject: Webadmin: set default single Qxl device to true ......................................................................
Webadmin: set default single Qxl device to true Change-Id: I6bafc7e5fa3c6f3bd71c86fa3d6882fd27a8a4d7 Bug-Url: https://bugzilla.redhat.com/1000039 Signed-off-by: Shahar Havivi <shav...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/18736/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java index 16d18b6..294e25b 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java @@ -1315,7 +1315,7 @@ getIsSoundcardEnabled().setIsChangable(false); setIsSingleQxlEnabled(new NotChangableForVmInPoolEntityModel()); - getIsSingleQxlEnabled().setEntity(false); + getIsSingleQxlEnabled().setEntity(true); } public void initialize(SystemTreeItemModel SystemTreeSelectedItem) @@ -1333,7 +1333,7 @@ getIsHighlyAvailable().setEntity(false); getIsAutoAssign().setEntity(true); getIsTemplatePublic().setEntity(true); - getIsSingleQxlEnabled().setEntity(false); + getIsSingleQxlEnabled().setEntity(true); getHostCpu().setEntity(false); getMigrationMode().setIsChangable(true); -- To view, visit http://gerrit.ovirt.org/18736 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6bafc7e5fa3c6f3bd71c86fa3d6882fd27a8a4d7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches