[PR #218] [MERGED] Boot Menu/Order Functionality And some fixes #460

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/218
Author: @catborise
Created: 1/18/2019
Status: Merged
Merged: 1/22/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

  • 1aea7ba update requirements
  • fc6761a Add destination storage option for instance creation from a template.
  • 6b06ed2 Add disk cache info for instance
  • 96efde8 Add boot menu/order functionality. Minor improvements. Some bug fixes
  • 198c100 Add title some buttons. Add trans. Remove redundant dom elements
  • 276097a Fix instance current status update after action. Fix log related error.Some pep8 compatibility fix.
  • 8da5527 Update IPy.py file from version 0.70 -> 0.83
  • d568680 Add mac addr validation
  • be1acf8 Add fixed network modify delete update functions
  • b812a05 Add 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:

  1. Update requirements file
  2. Add pool selection option while creating an instance with a template
  3. Add cache info for instance disk list
  4. Add Boot menu enable / disable function
  5. Add Boot order change function(disk/cdrom/network)
  6. Add titles for some buttons
  7. Fix some bugs
  8. Fix some typos

I hope you will accept.

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/218 **Author:** [@catborise](https://github.com/catborise) **Created:** 1/18/2019 **Status:** ✅ Merged **Merged:** 1/22/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`1aea7ba`](https://github.com/retspen/webvirtcloud/commit/1aea7baadaf431cc02d8039e55d1b96b6d32fb51) update requirements - [`fc6761a`](https://github.com/retspen/webvirtcloud/commit/fc6761aabcf189c91d58b410153bcc3637106188) Add destination storage option for instance creation from a template. - [`6b06ed2`](https://github.com/retspen/webvirtcloud/commit/6b06ed25ff44d604d109f6f9235c458923537f4b) Add disk cache info for instance - [`96efde8`](https://github.com/retspen/webvirtcloud/commit/96efde814a00b9289b2b697dd29fb246b6d44209) Add boot menu/order functionality. Minor improvements. Some bug fixes - [`198c100`](https://github.com/retspen/webvirtcloud/commit/198c10052481141e7ddd4ea1a01bbd8bdc120a3d) Add title some buttons. Add trans. Remove redundant dom elements - [`276097a`](https://github.com/retspen/webvirtcloud/commit/276097a44e074481e6bb7833720d0137fd472a42) Fix instance current status update after action. Fix log related error.Some pep8 compatibility fix. - [`8da5527`](https://github.com/retspen/webvirtcloud/commit/8da5527a2b30df2d3a04c0fe68b1a86ff367dcf7) Update IPy.py file from version 0.70 -> 0.83 - [`d568680`](https://github.com/retspen/webvirtcloud/commit/d56868074780aee7b6047360ad9a8f225321132c) Add mac addr validation - [`be1acf8`](https://github.com/retspen/webvirtcloud/commit/be1acf8d77b0ec98d9d6e7a1f5bd573040282233) Add fixed network modify delete update functions - [`b812a05`](https://github.com/retspen/webvirtcloud/commit/b812a05cdc90bbfa7453271c31cb9c5561c9197c) Add modify dhcp range function. Change Current config to live+config ### 📊 Changes **16 files changed** (+1561 additions, -767 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Hi retspen, I added some features: 1. Update requirements file 2. Add pool selection option while creating an instance with a template 3. Add cache info for instance disk list 4. Add Boot menu enable / disable function 5. Add Boot order change function(disk/cdrom/network) 6. Add titles for some buttons 7. Fix some bugs 8. Fix some typos I hope you will accept. 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#460
No description provided.