On 10 January 2014 12:02, Daniel Dehennin <[email protected]>wrote:

> Daniel Molina <[email protected]> writes:
>
> > Hi Daniel,
>
> Hello,
>
> > Could you check if there is any error in the browser console?
>
> In firefox 26 I have this:
>
> 12:00:36.024 TypeError: graphics.TYPE is undefined vms-tab.js:3217
>

As the message says the problem is here:
https://github.com/OpenNebula/one/blob/release-4.2/src/sunstone/public/js/plugins/vms-tab.js#L3217

Do you have any VM with a GRAPHICS section defined but with no TYPE
attribute?

You can fix it changing that line to:
if (graphics && graphics.TYPE && graphics.TYPE.toLowerCase() == "vnc" &&
$.inArray(state, VNCstates)!=-1){

Cheers



-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | [email protected] | @OpenNebula
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to