Customizing novnc UI page?

Hi,

Would it be possible to customize noVNC full-screen page and add some of the VM TAGs?
I would like to add VM’s IP address, username and password on the UI… and possibly ‘Get RDP’ button (a PHP form?) for user to download RDP file /w connection info.

Thank you.

Hi,

This is not easy, you should include the info you want as param of the url and then use it in the vnc html:
https://github.com/OpenNebula/one/blob/master/src/sunstone/public/js/plugins/vms-tab.js#L3449

Cheers