mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #192] [CLOSED] Add NWFilters/Instances Tab & Fixes #452
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#452
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/192
Author: @catborise
Created: 9/28/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
46 files changed (+4287 additions, -961 deletions)
View changed files
📝
accounts/templates/login.html(+1 -1)📝
computes/templates/overview.html(+6 -0)📝
computes/urls.py(+22 -5)📝
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/allinstances.html(+184 -0)📝
instances/templates/allinstances_index_grouped.html(+0 -0)📝
instances/templates/allinstances_index_nongrouped.html(+0 -0)📝
instances/templates/instance.html(+56 -35)📝
instances/templates/instances.html(+136 -121)📝
instances/urls.py(+1 -0)📝
instances/views.py(+254 -189)📝
interfaces/templates/interface.html(+6 -0)📝
interfaces/templates/interfaces.html(+6 -0)📝
networks/templates/network.html(+6 -0)📝
networks/templates/networks.html(+6 -0)➕
nwfilters/__init__.py(+0 -0)➕
nwfilters/admin.py(+6 -0)...and 26 more files
📄 Description
Hi retspen,
please accept it.
Ps. to make it work update settings.py and add nwfilters to apps
Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.