mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[PR #617] [CLOSED] fix 3 things #693
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/617
Author: @luxflow
Created: 7/29/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
a4b9891handle PMsuspendea33993fix special character in dirpathd389e71update requirements.txt for virtualenv2043d68add 'add cdrom' features📊 Changes
6 files changed (+101 additions, -4 deletions)
View changed files
📝
instance/views.py(+9 -0)📝
requirements.txt(+3 -0)📝
storages/forms.py(+2 -2)📝
templates/instance.html(+30 -2)📝
templates/instances.html(+26 -0)📝
vrtManager/instance.py(+31 -0)📄 Description
when your os go into sleep mode
system status goes into PMSuspended
unfortunaely webvirtmgr doesn't handle this status properly
I added it
-is not allowed although it is quite used oftenlyso I added it
so webvirtmgr can be installed in virtualenv like webvirtcloud
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.