[PR #220] [MERGED] fix for dhcp fixed address #461

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/220
Author: @catborise
Created: 1/23/2019
Status: Merged
Merged: 1/28/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

  • a3be938 Handle empty name for fixed networks
  • b757c62 Add forcibly power off option to suspended instance
  • 8d2b3e3 Add explanation for boot menu changes. Minor cosmetic fixes
  • 573df2a Add XML Config to collapsible accordion
  • ead0414 Add XML config editing option for a network
  • cba5147 Arrange CSS for tables. Remove unnecessary add nwfilter button.
  • 1f005e9 Arrange search component placement
  • 5c3a9e2 Fix network change operation: add interface type network config
  • d3cc19b Change network devices visual style to prevent erroneous delete
  • 8d90bc1 Change collabsible panels id to differentiate.

📊 Changes

9 files changed (+334 additions, -242 deletions)

View changed files

📝 instances/templates/instance.html (+43 -30)
📝 instances/views.py (+5 -0)
📝 networks/templates/network.html (+99 -65)
📝 networks/views.py (+17 -1)
nwfilters/templates/add_nwf_rule.html (+33 -0)
📝 nwfilters/templates/nwfilter.html (+110 -137)
📝 nwfilters/templates/nwfilters.html (+4 -6)
📝 vrtManager/instance.py (+15 -0)
📝 vrtManager/network.py (+8 -3)

📄 Description

Hi retspen,

There are two bugs about fixed address and suspend/poweroff operations
we should merge it to solve that.

thanks.


🔄 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/220 **Author:** [@catborise](https://github.com/catborise) **Created:** 1/23/2019 **Status:** ✅ Merged **Merged:** 1/28/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a3be938`](https://github.com/retspen/webvirtcloud/commit/a3be93874c13f6a585dae2569e13b53af69af9b0) Handle empty name for fixed networks - [`b757c62`](https://github.com/retspen/webvirtcloud/commit/b757c62d4f06e20f560e51b4f560872e5dbce257) Add forcibly power off option to suspended instance - [`8d2b3e3`](https://github.com/retspen/webvirtcloud/commit/8d2b3e3024e0a35e6899dc0c1cf34bb9f69b84cf) Add explanation for boot menu changes. Minor cosmetic fixes - [`573df2a`](https://github.com/retspen/webvirtcloud/commit/573df2acaa3adfeba6e208a8ea601f426bed7cbb) Add XML Config to collapsible accordion - [`ead0414`](https://github.com/retspen/webvirtcloud/commit/ead0414a4d276dc4ab9a72878062082613222a7e) Add XML config editing option for a network - [`cba5147`](https://github.com/retspen/webvirtcloud/commit/cba5147cd130a6f6518a984ea74bfb2c2fd060ef) Arrange CSS for tables. Remove unnecessary add nwfilter button. - [`1f005e9`](https://github.com/retspen/webvirtcloud/commit/1f005e90e1cc8a59b10656e4b270a8dcc7b1f2b8) Arrange search component placement - [`5c3a9e2`](https://github.com/retspen/webvirtcloud/commit/5c3a9e2a812f75ba76e0558dafa22c249ebdd53b) Fix network change operation: add interface type network config - [`d3cc19b`](https://github.com/retspen/webvirtcloud/commit/d3cc19b4f8177d819e3a588d3f01474a693affe0) Change network devices visual style to prevent erroneous delete - [`8d90bc1`](https://github.com/retspen/webvirtcloud/commit/8d90bc13723754291c80c583c5058c1c67d13fc1) Change collabsible panels id to differentiate. ### 📊 Changes **9 files changed** (+334 additions, -242 deletions) <details> <summary>View changed files</summary> 📝 `instances/templates/instance.html` (+43 -30) 📝 `instances/views.py` (+5 -0) 📝 `networks/templates/network.html` (+99 -65) 📝 `networks/views.py` (+17 -1) ➕ `nwfilters/templates/add_nwf_rule.html` (+33 -0) 📝 `nwfilters/templates/nwfilter.html` (+110 -137) 📝 `nwfilters/templates/nwfilters.html` (+4 -6) 📝 `vrtManager/instance.py` (+15 -0) 📝 `vrtManager/network.py` (+8 -3) </details> ### 📄 Description Hi retspen, There are two bugs about fixed address and suspend/poweroff operations we should merge it to solve that. thanks. --- <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:48 +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#461
No description provided.