Francesco Romani has uploaded a new change for review.

Change subject: frontend: disable spice options in instance types
......................................................................

frontend: disable spice options in instance types

This patch disables the spice settings added in commit
662f6fa8d26409be4e4c4b835e29a61e20d20244

And wrongly left partially enabled.

Change-Id: I6c8cd0ecb84e21c5406cbb6bc4950cb8537645b0
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Francesco Romani <[email protected]>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/instancetypes/InstanceTypesPopupWidget.java
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/07/28207/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/instancetypes/InstanceTypesPopupWidget.java
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/instancetypes/InstanceTypesPopupWidget.java
index 26e78d9..3d05f4c 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/instancetypes/InstanceTypesPopupWidget.java
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/instancetypes/InstanceTypesPopupWidget.java
@@ -69,6 +69,8 @@
                 putOne(bootMenuEnabledEditor, hiddenField()).
                 putOne(serialNumberPolicyEditor, hiddenField()).
                 putOne(timeZoneEditorWithInfo, hiddenField()).
-                putOne(startRunningOnPanel, hiddenField());
+                putOne(startRunningOnPanel, hiddenField()).
+                putOne(spiceCopyPasteEnabledEditor, hiddenField()).
+                putOne(spiceFileTransferEnabledEditor, hiddenField());
     }
 }


-- 
To view, visit http://gerrit.ovirt.org/28207
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c8cd0ecb84e21c5406cbb6bc4950cb8537645b0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to