Vinzenz Feenstra has posted comments on this change.

Change subject: Use FQDN from guest agent for RDP
......................................................................


Patch Set 8:

(3 comments)

....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/form/AbstractFormPanel.java
Line 57:      * Updates the value and visibility of the given item.
Line 58:      */
Line 59:     public void updateFormItem(FormItem item) {
Line 60:         Widget valueWidget = item.resolveValueWidget();
Line 61:          boolean visible = item.getIsAvailable();
Done
Line 62: 
Line 63:         // Update item value
Line 64:         valueWidget.setStyleName("formPanel_detailViewItemValue"); 
//$NON-NLS-1$
Line 65:         Grid view = getDetailView(item.getColumn());


....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmGeneralModelForm.java
Line 34:     TextBoxLabel customProperties = new TextBoxLabel();
Line 35:     TextBoxLabel domain = new TextBoxLabel();
Line 36:     TextBoxLabel compatibilityVersion = new TextBoxLabel();
Line 37:     TextBoxLabel vmId = new TextBoxLabel();
Line 38:     TextBoxLabel fqdn    = new TextBoxLabel();
Done
Line 39: 
Line 40:     BooleanLabel isHighlyAvailable;
Line 41: 
Line 42:     @Ignore


....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/RdpConsoleModel.java
Line 74:             if( getUseFqdnIfAvailable() ) {
Line 75:                 getLogger().debug("RDP connection is using FQDN if 
available"); //$NON-NLS-1$
Line 76:                 
if(!StringHelper.isNullOrEmpty(getEntity().getVmFQDN())) {
Line 77:                     getLogger().debug("RDP connection is using FQDN 
because it is available"); //$NON-NLS-1$
Line 78:                     getrdp().setAddress(getEntity().getVmFQDN());
Done
Line 79:                 }
Line 80:             }
Line 81: 
Line 82:             if( !haveFqdn ) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1e7f8e46c6a71ccbfe9af9bf85271d7294b03526
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Ori Liel <ol...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to