mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[PR #488] [MERGED] Some fixes and improvements for my use cases #674
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/488
Author: @brenard
Created: 1/15/2015
Status: ✅ Merged
Merged: 1/23/2015
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
731bc33Add WS_PUBLIC_HOST variable to permit to define WS public host address4bbef4cCheck disk's image attribute before accessing in show_clone_disk()5c7b890Check graphic device exist before define password and show error message if not exist1cd1a58Adapt Shutdown tab message and title when the instance is shutoff955e279Add support for spice consolec3d641bFix typo928315eDisplay shutdown/suspend/save tabs only when is accessibledfc0258bAdd support of SSH tunneling to access instance's console3e08c1cAdd support for console's socket on localhost1391692Fix cookies access in instusage📊 Changes
44 files changed (+11285 additions, -146 deletions)
View changed files
➕
console/tunnel.py(+145 -0)📝
console/views.py(+17 -8)📝
console/webvirtmgr-console(+61 -18)📝
instance/views.py(+35 -31)➕
templates/console-spice.html(+208 -0)📝
templates/console-vnc.html(+1 -1)📝
templates/instance.html(+95 -57)📝
templates/instances.html(+7 -7)📝
vrtManager/create.py(+4 -2)📝
vrtManager/instance.py(+63 -22)📝
webvirtmgr/settings.py(+7 -0)➕
webvirtmgr/static/js/spice-html5/atKeynames.js(+183 -0)➕
webvirtmgr/static/js/spice-html5/bitmap.js(+51 -0)➕
webvirtmgr/static/js/spice-html5/cursor.js(+110 -0)➕
webvirtmgr/static/js/spice-html5/display.js(+823 -0)➕
webvirtmgr/static/js/spice-html5/enums.js(+348 -0)➕
webvirtmgr/static/js/spice-html5/filexfer.js(+88 -0)➕
webvirtmgr/static/js/spice-html5/inputs.js(+280 -0)➕
webvirtmgr/static/js/spice-html5/jsbn.js(+589 -0)➕
webvirtmgr/static/js/spice-html5/lz.js(+166 -0)...and 24 more files
📄 Description
Hello,
I upgrade my webvirtmgr installation and I discover some bugs with my use cases :
Thank's for this great shoftware !
Benjamin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.