mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #190] [CLOSED] Additional changes #449
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#449
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/webvirtcloud/pull/190
Author: @lord-kyron
Created: 9/27/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
3f1acf0Add NWFilters1802ad0Check usage of filter refs from domains.35bc8c6Add NWFilters7f2104cCheck usage of filter refs from domains.a3a8814add nwfilters app658309fMerge branch 'nwfilters' of https://github.com/catborise/webvirtcloud into nwfiltersf45666dMerge branch 'nwfilters'4d14fdcselection added to domain creation for nwfilters. Add nwfilter option while adding network card. NWfilters minor fixesf7d2d24message.success fix - (request was missing)5d4a600success message converted to translate ready📊 Changes
39 files changed (+1312 additions, -92 deletions)
View changed files
📝
computes/templates/overview.html(+6 -0)📝
computes/urls.py(+18 -5)📝
computes/views.py(+22 -0)📝
console/templates/console-vnc-full.html(+2 -2)📝
console/templates/console-vnc-lite.html(+2 -1)📝
console/views.py(+4 -1)📝
create/forms.py(+1 -0)📝
create/templates/create_instance.html(+33 -0)📝
create/views.py(+3 -3)📝
instances/templates/add_instance_network_block.html(+12 -0)➕
instances/templates/compute_instances.html(+199 -0)📝
instances/templates/instance.html(+48 -30)📝
instances/templates/instances_grouped.html(+1 -0)📝
instances/views.py(+34 -15)📝
interfaces/templates/interface.html(+7 -1)📝
interfaces/templates/interfaces.html(+7 -1)📝
networks/templates/network.html(+7 -1)📝
networks/templates/networks.html(+7 -1)➕
nwfilters/__init__.py(+0 -0)➕
nwfilters/admin.py(+6 -0)...and 19 more files
📄 Description
@catborise added support for NWfilters and since I used his repo as base , they are included here.
My changes are related to exposing @catborise instances in computes pages page, some minor changes related to adding number of VMs displayed in the colapsable bar in instances page.
Also there are new lines in settings.py for setting reverse proxying the VNC console over NGINX ports 80 and 443 depending on your setup.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.