Hide Forgot
Description of problem: Currently, when using noVNC console option, the console page title is "noVNC". It would be nice to have VM name in the title instead of noVNC, so the user will get an indication of which browser tab is related to which VM console. Version-Release number of selected component (if applicable): rhevm-3.6.3.4-0.1.el6 How reproducible: consistently Steps to Reproduce: 1. Browse webadmin and navigate to virtual machines tab -> select VM -> console options: set noVNC on some of the VMs. 2. Open VM console (novnc) for all VMs. 3. Actual results: Browser tabs of noVNC consoles are all titled with "noVNC" Expected results: Include VM name in web page title instead of "noVNC" title. Additional info: See Screenshot attached for example.
Created attachment 1131873 [details] screenshot example
This issue occurs also in case of opening a console to VM using SPICE HTML5 client - the console title of SPICE HTML5 is "Spice Javascript Client" and the VM name isn't displayed. so this bug fix should add VM name to title for both noVNC client and SPICE HTML5 client.
This bug is targeted to 4.1.0 but it's in modified and referenced patch in included in 4.0.0 beta1. Please move back to assigned if the feature is not complete or re-target to 4.0.0 beta1
verified on: Red Hat Virtualization Manager Version: 4.0.2-0.2.rc1.el7ev verification steps: 1. configure noVnc engine: engine-config -s WebSocketProxy=Engine:6100 engine-config -s ClientModeVncDefault=NoVnc service ovirt-engine restart engine-setup --otopi-environment="OVESETUP_CONFIG/websocketProxyConfig=bool:True" Webadmin: navigate to: https://dhcp163-68.scl.lab.tlv.redhat.com/ca.crt and download certificate local: install novnc client (not sure about that.. check wiki if needed: http://www.ovirt.org/develop/release-management/features/virt/novnc-console/ 2. edit vm console to vnc 3. VM -> right click -> console options -> choose noVnc 4. open console - check that the tite change to "<vm_name>- noVnc"