Bug #2728
Sunstone does not show VMs when one of them has malformed GRAPHICS section
Status: | Closed | Start date: | 02/13/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.6 | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: | OpenNebula 4.2, OpenNebula 4.4, OpenNebula 4.6 |
Description
When GRAPHICS/TYPE is not defined the code that generates the VNC icon crashes and VMs are not shown. A possible patch, /usr/lib/one/sunstone/public/js/plugins:3495
:
if (graphics && graphics.TYPE && graphics.TYPE.toLowerCase() == "vnc" && $.inArray(state, VNCstates)!=-1){
Related issues
History
#1 Updated by Javi Fontan over 7 years ago
- Duplicates Bug #2628: If a VM specify a GRAPHIC section without TYPE, vms will not be loaded added
#2 Updated by Javi Fontan over 7 years ago
- Status changed from Pending to Closed
- Resolution set to duplicate