mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[PR #419] [CLOSED] Dev manage #650
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/419
Author: @demisonGitHub
Created: 9/6/2014
Status: ❌ Closed
Base:
master← Head:dev-manage📝 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
15 files changed (+93 additions, -14 deletions)
View changed files
📝
create/views.py(+4 -0)➕
instance/admin.py(+9 -0)📝
instance/models.py(+2 -0)📝
instance/views.py(+15 -7)📝
networks/views.py(+7 -0)📝
servers/views.py(+8 -0)📝
storages/views.py(+7 -0)➕
templates/403.html(+14 -0)📝
templates/base.html(+4 -2)📝
templates/instance.html(+2 -0)📝
templates/servers.html(+9 -1)📝
templates/sidebar.html(+4 -0)📝
webvirtmgr/settings.py(+2 -2)📝
webvirtmgr/settings_jenkins.py(+1 -1)📝
webvirtmgr/urls.py(+5 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.