mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[PR #197] [MERGED] NWFilters Addition & Instances Tab & Other Fixes #454
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#454
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/197
Author: @catborise
Created: 10/11/2018
Status: ✅ Merged
Merged: 10/30/2018
Merged by: @retspen
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 fixes812bbb2console-spice-full fix scheme wss when accessing from httpsa4bea0eMerge branch 'master' of github.com:honza801/webvirtcloud📊 Changes
55 files changed (+5240 additions, -1536 deletions)
View changed files
📝
accounts/templates/login.html(+1 -1)📝
computes/templates/overview.html(+7 -1)📝
computes/urls.py(+22 -5)📝
computes/views.py(+1 -1)📝
console/templates/console-base.html(+1 -1)📝
console/templates/console-spice-full.html(+3 -0)📝
console/templates/console-spice-lite.html(+2 -2)📝
create/forms.py(+1 -0)📝
create/templates/create_instance.html(+484 -427)📝
create/views.py(+7 -3)📝
instances/templates/add_instance_network_block.html(+12 -0)➕
instances/templates/add_instance_volume.html(+159 -0)➕
instances/templates/allinstances.html(+184 -0)📝
instances/templates/allinstances_index_grouped.html(+0 -0)📝
instances/templates/allinstances_index_nongrouped.html(+0 -0)📝
instances/templates/instance.html(+188 -127)📝
instances/templates/instances.html(+139 -122)📝
instances/urls.py(+1 -0)📝
instances/views.py(+339 -209)📝
interfaces/templates/interface.html(+6 -0)...and 35 more files
📄 Description
Hi retspen,
Ps. to make it work update settings.py and add nwfilters to apps
please accept it.
Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.