mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #548] [CLOSED] Upstream 150426 #687
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/548
Author: @daniviga
Created: 4/26/2015
Status: ❌ Closed
Base:
master← Head:upstream-150426📝 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
31 files changed (+555 additions, -200 deletions)
View changed files
➕
README.md(+32 -0)➖
README.rst(+0 -57)📝
console/views.py(+2 -1)📝
console/webvirtmgr-console(+3 -1)📝
create/views.py(+6 -1)📝
hostdetail/views.py(+4 -2)➕
instance/admin.py(+9 -0)📝
instance/models.py(+2 -0)📝
instance/views.py(+60 -26)📝
interfaces/views.py(+7 -1)📝
networks/views.py(+10 -1)📝
secrets/views.py(+6 -1)📝
servers/forms.py(+24 -7)📝
servers/models.py(+1 -0)📝
servers/views.py(+16 -1)📝
storages/views.py(+10 -1)➕
templates/403.html(+14 -0)📝
templates/base.html(+8 -2)📝
templates/create.html(+3 -3)📝
templates/instance.html(+20 -2)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.