mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #220] [MERGED] fix for dhcp fixed address #461
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#461
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/220
Author: @catborise
Created: 1/23/2019
Status: ✅ Merged
Merged: 1/28/2019
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
a3be938Handle empty name for fixed networksb757c62Add forcibly power off option to suspended instance8d2b3e3Add explanation for boot menu changes. Minor cosmetic fixes573df2aAdd XML Config to collapsible accordionead0414Add XML config editing option for a networkcba5147Arrange CSS for tables. Remove unnecessary add nwfilter button.1f005e9Arrange search component placement5c3a9e2Fix network change operation: add interface type network configd3cc19bChange network devices visual style to prevent erroneous delete8d90bc1Change 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.