Daniel Molina <dmol...@opennebula.org> writes:

[...]

> 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?

Is there a way to query ONE?

I do not plan to review 300 VM templates ;-)

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

This fix the problem.

Regards.

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF

Attachment: pgppAnQuyWwKx.pgp
Description: PGP signature

_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to