Daniel Erez has submitted this change and it was merged.
Change subject: userportal: OtherOS VM - NPE in basic view
......................................................................
userportal: OtherOS VM - NPE in basic view
When creating a VM with 'Other' OS, the VM is not
displayed in basic view due to an NPE.
* Modified ApplicationResourcesWithLookup to correspond
"OsType(Small/Large)Image" convention; I.e:
** s/other_LargeImage/otherLargeImage
** s/other_SmallImage/otherSmallImage
* Modified OsTypeImage -> defaultImageName() accordingly.
Change-Id: Id56e218a9895fa2fbaef48586272acfe80f9b382
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M
frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
M
frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/widget/basic/OsTypeImage.java
M
frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/widget/table/column/VmImageColumn.java
3 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17648
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id56e218a9895fa2fbaef48586272acfe80f9b382
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server