Shahar Havivi has posted comments on this change.

Change subject: webadmin: reorder VMs column display (#837025)
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabVirtualMachineView.java
Line 78:                 return object.getvm_ip();
Line 79:             }
Line 80:         };
Line 81:         getTable().addColumn(ipColumn, constants.ipVm(), "100px"); 
//$NON-NLS-1$
Line 82:         getTable().addColumn(clusterColumn, constants.clusterVm(), 
"100px"); //$NON-NLS-1$
Done
Line 83: 
Line 84:         TextColumnWithTooltip<VM> dcColumn = new 
TextColumnWithTooltip<VM>() {
Line 85:             @Override
Line 86:             public String getValue(VM object) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I802da84da1f2e9f5dfd14eac3c21c8fdfb083287
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Shahar Havivi <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to