Shahar Havivi has posted comments on this change.

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


Patch Set 2: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabVirtualMachineView.java
Line 137:                 return object.getstatus();
Line 138:             }
Line 139:         };
Line 140:         getTable().addColumn(new VmTypeColumn(), constants.empty(), 
"30px"); //$NON-NLS-1$
Line 141: 
yes, and its is before me is the displayColumn ie name and after me is the 
status.
Line 142:         getTable().addColumn(statusColumn, constants.statusVm(), 
"80px"); //$NON-NLS-1$
Line 143: 
Line 144:         TextColumnWithTooltip<VM> uptimeColumn = new 
UptimeColumn<VM>() {
Line 145:             @Override


--
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: 2
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