Daniel Erez has posted comments on this change.

Change subject: webadmin,userportal: set up Proxy property to SPICE
......................................................................


Patch Set 6: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/SpiceConsoleModel.java
Line 371: 
Line 372: 
Line 373:         // setup spice proxy - for now always the default
Line 374:         String spiceProxy = (String) 
AsyncDataProvider.GetConfigValuePreConverted(ConfigurationValues.SpiceProxyDefault);
Line 375:         spiceProxy = "".equals(spiceProxy) ? null : spiceProxy;
add //$NON-NLS-1$
Line 376:         getspice().setSpiceProxy(spiceProxy);
Line 377: 
Line 378:         // If 'AdminConsole' is true, send true; otherwise, false 
should be sent only for VMs with SPICE driver
Line 379:         // installed.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If269869413eae577fb243bffe849548f90ff8f4a
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to