[PR #190] [CLOSED] Additional changes #449

Closed
opened 2026-02-27 15:58:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/190
Author: @lord-kyron
Created: 9/27/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/190 **Author:** [@lord-kyron](https://github.com/lord-kyron) **Created:** 9/27/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`3f1acf0`](https://github.com/retspen/webvirtcloud/commit/3f1acf09ef3f29d8c0cfa565d0cd069d890cfa65) Add NWFilters - [`1802ad0`](https://github.com/retspen/webvirtcloud/commit/1802ad0413df2a009ba7bd23c78223fa726bcdd8) Check usage of filter refs from domains. - [`35bc8c6`](https://github.com/retspen/webvirtcloud/commit/35bc8c67e403f2961127a59ea31bb0334702c782) Add NWFilters - [`7f2104c`](https://github.com/retspen/webvirtcloud/commit/7f2104c19d30f331214943fdbaf34a7237064837) Check usage of filter refs from domains. - [`a3a8814`](https://github.com/retspen/webvirtcloud/commit/a3a8814cc9adee8fe295502d3a3aa7f1694f62ae) add nwfilters app - [`658309f`](https://github.com/retspen/webvirtcloud/commit/658309f022c7715ba7825e1e3e23287b9545f303) Merge branch 'nwfilters' of https://github.com/catborise/webvirtcloud into nwfilters - [`f45666d`](https://github.com/retspen/webvirtcloud/commit/f45666d88bf41893cf83a484d33dfd8c742a9ae4) Merge branch 'nwfilters' - [`4d14fdc`](https://github.com/retspen/webvirtcloud/commit/4d14fdceea517933afa1cca5d625f36c8d4d3530) selection added to domain creation for nwfilters. Add nwfilter option while adding network card. NWfilters minor fixes - [`f7d2d24`](https://github.com/retspen/webvirtcloud/commit/f7d2d24d0bca6bbe2fa649182f0cec0e47a75b8c) message.success fix - (request was missing) - [`5d4a600`](https://github.com/retspen/webvirtcloud/commit/5d4a6009082bd6218f6a582838118be63cc5c0f5) success message converted to translate ready ### 📊 Changes **39 files changed** (+1312 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#449
No description provided.