Tomas Jelinek has uploaded a new change for review.

Change subject: userportal: extended view->VM side tab->pool->applications 
subtab
......................................................................

userportal: extended view->VM side tab->pool->applications subtab

The applications for the pools where ignored in VmAppListModel.
This caused that the applications subtab shows nothing
when a pool is selected.

This patch enriches the VmAppListModel with the following logic:
- If the entity in the model is a VM, then fill the app list from the
  VM.getapp_list()
- If the entity is a vm_pools, then get a random VM for the pool and
  fill the app list from this VM.getapp_list()

Change-Id: I5f09dbcad9930657fb08b52f0cf5112e702565fc
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmAppListModel.java
1 file changed, 34 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/2877/1
--
To view, visit http://gerrit.ovirt.org/2877
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f09dbcad9930657fb08b52f0cf5112e702565fc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to