mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[PR #501] [MERGED] URL expression to use the Django URL dispatcher #676
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/501
Author: @ainoniwa
Created: 2/13/2015
Status: ✅ Merged
Merged: 2/16/2015
Merged by: @retspen
Base:
master← Head:djang_url📝 Commits (2)
b6a9c66URL expression to use the Django URL dispatcher in templatesf4272fbURL expression to use the Django URL dispatcher in views📊 Changes
12 files changed (+41 additions, -32 deletions)
View changed files
📝
console/views.py(+2 -1)📝
create/views.py(+4 -3)📝
hostdetail/views.py(+3 -2)📝
instance/views.py(+8 -7)📝
interfaces/views.py(+4 -3)📝
networks/views.py(+5 -4)📝
secrets/views.py(+2 -1)📝
servers/views.py(+5 -4)📝
storages/views.py(+5 -4)📝
templates/base.html(+1 -1)📝
templates/base_auth.html(+1 -1)📝
templates/login.html(+1 -1)📄 Description
Modified URL expression to use the Django URL dispatcher.
Expected uses:
Install the WebVirtMgr inside reverse proxy, and think the situation that access the all (exclude the noVNC) resources used subdirectory path.
(e.g. http://example.com/webvirtmgr/instances/1/)
Then add configuration the below, and work under the subdirectory.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.