mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 08:35:53 +03:00
[PR #462] [CLOSED] LXC support #665
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/462
Author: @daniviga
Created: 10/19/2014
Status: ❌ Closed
Base:
master← Head:lxc-support📝 Commits (10+)
0ffec44Merged with upstreamcc63f6bFirst stage of auth: only is_staff can access host configurationd2735eeEnable django admin interfacef00c56eMerge remote-tracking branch 'base/master'66cf1ecMerge remote-tracking branch 'base/master'0420543Added logged user name in base template666d6c6Merge remote-tracking branch 'base/master'a35e40aMerge remote-tracking branch 'base/master'37005f6Add preliminary acl support in the instance model07dde91Limit permissions on servers (add host)📊 Changes
22 files changed (+379 additions, -88 deletions)
View changed files
📝
create/views.py(+4 -0)📝
hostdetail/views.py(+4 -2)➕
instance/admin.py(+9 -0)📝
instance/models.py(+2 -0)📝
instance/views.py(+27 -14)📝
interfaces/views.py(+6 -1)📝
networks/views.py(+9 -1)📝
secrets/views.py(+6 -1)📝
servers/forms.py(+5 -0)📝
servers/models.py(+1 -0)📝
servers/views.py(+16 -1)📝
storages/views.py(+9 -1)➕
templates/403.html(+14 -0)📝
templates/base.html(+8 -2)📝
templates/instance.html(+2 -0)📝
templates/servers.html(+184 -40)📝
templates/sidebar.html(+6 -2)📝
vrtManager/connection.py(+38 -14)📝
vrtManager/instance.py(+4 -3)📝
webvirtmgr/settings.py(+2 -2)...and 2 more files
📄 Description
Work in progress.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.