Daniel Erez has posted comments on this change.

Change subject: webadmin: select last snapshot by default (#851094)
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmSnapshotInfoPanel.java
Line 112:         disksTable = new EntityModelCellTable<ListModel>(false, true);
Line 113: 
Line 114:         disksTable.addColumn(new DiskImageStatusColumn(), 
constants.empty(), "30px"); //$NON-NLS-1$
Line 115: 
Line 116:         TextColumnWithTooltip<DiskImage> aliasColumn = new 
TextColumnWithTooltip<DiskImage>() {
Done
Line 117:             @Override
Line 118:             public String getValue(DiskImage object) {
Line 119:                 return object.getDiskAlias();
Line 120:             }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id09884a06615ecd2c1fdf7128f7af684a7e70a7d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to