vApp missing from vCloud director HTML5 UI

Symptoms : Unable to see the vApp on the HTML5 UI The vApp is seen on vCloud director Flex UI Cause : - This happens if the VM was created as a standalone VM from the HTML5 UI. - Since there has been no improvement done recently on the Flex UI, the old UI does not have a view to display standalone VMs seperately. Hence the standalone VMs are displayed in the vApp Fix : Run the below statements for the list the vcloud=# select vapp_id from vapp_vm where name like '%stdalone%'; -[ RECORD 1 ]--------------------------------- vapp_id | b1c58135-7c93-43ac-a7d2-c8412fc74c98 vcloud=# select * from vm_container where sg_id = ' b1c58135-7c93-43ac-a7d2-c8412fc74c98 '; -[ RECORD 1 ]-------------+----------------------------------------------------------------------------------- sg_id | b1c58135-7c93-43ac-a7d2-c8412fc74c98 name | stdalone-04ad56d5-2a60-4a06-a750-f3e371d328