mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #187] [CLOSED] Nwfilters #450
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#450
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/187
Author: @catborise
Created: 9/24/2018
Status: ❌ Closed
Base:
master← Head:nwfilters📝 Commits (6)
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 nwfilters📊 Changes
23 files changed (+834 additions, -3 deletions)
View changed files
📝
computes/templates/overview.html(+3 -0)📝
interfaces/templates/interface.html(+3 -0)📝
interfaces/templates/interfaces.html(+3 -0)📝
networks/templates/network.html(+3 -0)📝
networks/templates/networks.html(+3 -0)➕
nwfilters/__init__.py(+0 -0)➕
nwfilters/admin.py(+6 -0)➕
nwfilters/apps.py(+8 -0)➕
nwfilters/migrations/__init__.py(+0 -0)➕
nwfilters/models.py(+6 -0)➕
nwfilters/templates/create_nwfilter_block.html(+32 -0)➕
nwfilters/templates/nwfilter.html(+220 -0)➕
nwfilters/templates/nwfilters.html(+168 -0)➕
nwfilters/tests.py(+6 -0)➕
nwfilters/views.py(+211 -0)📝
secrets/templates/secrets.html(+3 -0)📝
storages/templates/storage.html(+3 -0)📝
storages/templates/storages.html(+3 -0)📝
vrtManager/connection.py(+9 -1)📝
vrtManager/instance.py(+14 -2)...and 3 more files
📄 Description
Hi retspen,
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.