mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #545] [MERGED] Some fix and improvements on console access #684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/545
Author: @brenard
Created: 4/22/2015
Status: ✅ Merged
Merged: 4/23/2015
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
86c6a2fAdd possibility to pass options to webvirtmgr-console daemon17105d8Check and warn if token cookie is not founde6b35feAdd send-keys menu to Spice console88247e8Add fullscreen button on VNC/Spice console page9f99677Fix Spice console menu stylefd5b8b5Improve get_console_listen_addr() methode11a464Raise on get_connection_infos() exception and add connection infos debug message67c2846Fix connhost / connport detection (Thanks @tboulogne on #498)b5a339fRename webvirtmgr-novnc in webvirtmgr-console in initd/deploy scripts83b0089Fix SPICE console template to encrypt websocket connection if page is access over HTTPS📊 Changes
12 files changed (+247 additions, -45 deletions)
View changed files
📝
conf/conf.d/webvirtmgr-console(+1 -1)📝
conf/initd/webvirtmgr-console-arch(+2 -2)📝
conf/initd/webvirtmgr-console-gentoo(+1 -1)📝
conf/initd/webvirtmgr-console-redhat(+1 -1)📝
conf/initd/webvirtmgr-console-suse(+2 -2)📝
conf/initd/webvirtmgr-console-ubuntu(+1 -1)📝
console/webvirtmgr-console(+77 -24)📝
deploy/fabric/utils.py(+8 -8)📝
deploy/rpmbuild/webvirtmgr.spec(+1 -1)📝
templates/console-spice.html(+127 -2)📝
templates/console-vnc.html(+21 -2)📝
vrtManager/instance.py(+5 -0)📄 Description
Hi,
During last months, I made some fix and improvement on console access feature. All is compiled on this push request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.