mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #218] [MERGED] Boot Menu/Order Functionality And some fixes #460
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#460
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/218
Author: @catborise
Created: 1/18/2019
Status: ✅ Merged
Merged: 1/22/2019
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
1aea7baupdate requirementsfc6761aAdd destination storage option for instance creation from a template.6b06ed2Add disk cache info for instance96efde8Add boot menu/order functionality. Minor improvements. Some bug fixes198c100Add title some buttons. Add trans. Remove redundant dom elements276097aFix instance current status update after action. Fix log related error.Some pep8 compatibility fix.8da5527Update IPy.py file from version 0.70 -> 0.83d568680Add mac addr validationbe1acf8Add fixed network modify delete update functionsb812a05Add modify dhcp range function. Change Current config to live+config📊 Changes
16 files changed (+1561 additions, -767 deletions)
View changed files
📝
computes/views.py(+2 -2)📝
conf/requirements.txt(+3 -3)📝
create/templates/create_instance.html(+18 -1)📝
create/views.py(+1 -1)📝
instances/templates/add_instance_volume.html(+1 -1)📝
instances/templates/instance.html(+398 -303)📝
instances/views.py(+48 -29)➕
networks/templates/modify_fixed_address.html(+53 -0)📝
networks/templates/network.html(+53 -13)📝
networks/views.py(+28 -0)📝
static/css/webvirtcloud.css(+18 -0)📝
vrtManager/IPy.py(+728 -384)📝
vrtManager/create.py(+6 -2)📝
vrtManager/instance.py(+135 -26)📝
vrtManager/network.py(+57 -2)📝
vrtManager/util.py(+12 -0)📄 Description
Hi retspen,
I added some features:
I hope you will accept.
Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.