Federico Simoncelli has posted comments on this change.

Change subject: [wip] frontend: add the export glance image support
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/ImportExportImagePopupView.java
Line 104:         imageList = new 
EntityModelCellTable<ListModel>(SelectionMode.NONE, true);
Line 105:         imageList.addEntityModelColumn(new 
EntityModelTextColumn<Object>() {
Line 106:             @Override
Line 107:             public String getText(Object image) {
Line 108:                 if (image instanceof RepoImage) {
About this please see the comments in a previous patch where this is introduced.
Line 109:                     return ((RepoImage) image).getRepoImageTitle();
Line 110:                 } else if (image instanceof DiskImage) {
Line 111:                     return ((DiskImage) image).getDiskAlias();
Line 112:                 }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If5ec1bd1de705233c3a0baf26e5f2a4c0a21645a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Liron Ar <lara...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to