[PR #284] [MERGED] New additions, changes #490

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/284
Author: @catborise
Created: 1/14/2020
Status: Merged
Merged: 1/15/2020
Merged by: @retspen

Base: masterHead: master


📝 Commits (10+)

  • 0ef876c remove blank spaces
  • 2b96089 add disk options for instance. add keyboard input type.
  • 30ed71e add disk options choices
  • b3538ee add id for aria-label
  • c057291 add close button for dialog
  • f2ba2b5 Add editing disk capability to instance. Add instance disk options like io, discard, detect zeroes. rewrite detach disk
  • 8b9fe4e rearrange instance network to show ipv4 and ipv6 address. Add capability to show all ip address not one of them. Add ipv4 address to instance summary
  • c62e6ba Add changing option of network model. Show model on instance network list
  • 2058395 Mark the unreachable computes properly
  • c37ae1d fix layout to show correctly 'not connected' panels

📊 Changes

12 files changed (+469 additions, -113 deletions)

View changed files

📝 computes/templates/computes.html (+4 -2)
📝 console/templates/console-vnc-full.html (+6 -6)
📝 create/views.py (+8 -1)
📝 instances/templates/add_instance_volume.html (+4 -2)
instances/templates/edit_instance_volume.html (+126 -0)
📝 instances/templates/instance.html (+88 -45)
📝 instances/views.py (+44 -7)
📝 networks/templates/add_network_qos.html (+1 -1)
📝 vrtManager/connection.py (+29 -0)
📝 vrtManager/create.py (+25 -5)
📝 vrtManager/instance.py (+123 -37)
📝 webvirtcloud/settings.py.template (+11 -7)

📄 Description

Hi retspen,

There are a lot changes:

  1. Edit instance disk capability is added.
  2. Add new disk options for instance disk.
  3. Instance network tab rearranged to show ipv6 and ipv4 addresses.
  4. Show instance network driver model/change capability
  5. Some bugs, typo and minor improvements like notification.

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/284 **Author:** [@catborise](https://github.com/catborise) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/15/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`0ef876c`](https://github.com/retspen/webvirtcloud/commit/0ef876c7a73ea52565e26dbcd849612f4a3c876c) remove blank spaces - [`2b96089`](https://github.com/retspen/webvirtcloud/commit/2b9608954268bcee6e60484d761dc6beaa810897) add disk options for instance. add keyboard input type. - [`30ed71e`](https://github.com/retspen/webvirtcloud/commit/30ed71e8aeb1180a11b20ddfa95ec676a8864d79) add disk options choices - [`b3538ee`](https://github.com/retspen/webvirtcloud/commit/b3538ee87b81c62ddb07293bdcc4da54bb3e9a33) add id for aria-label - [`c057291`](https://github.com/retspen/webvirtcloud/commit/c05729158a38ddf22aff910d8f42775b47fe24df) add close button for dialog - [`f2ba2b5`](https://github.com/retspen/webvirtcloud/commit/f2ba2b58b09661bbe1b6f2c94ac87da420c46b49) Add editing disk capability to instance. Add instance disk options like io, discard, detect zeroes. rewrite detach disk - [`8b9fe4e`](https://github.com/retspen/webvirtcloud/commit/8b9fe4e887126c5d9c8568e383d3051fc4dcaab9) rearrange instance network to show ipv4 and ipv6 address. Add capability to show all ip address not one of them. Add ipv4 address to instance summary - [`c62e6ba`](https://github.com/retspen/webvirtcloud/commit/c62e6ba3bcd69646d0713ac50dd753d94a523744) Add changing option of network model. Show model on instance network list - [`2058395`](https://github.com/retspen/webvirtcloud/commit/20583950818b5bf279408da497e4ae671d15c528) Mark the unreachable computes properly - [`c37ae1d`](https://github.com/retspen/webvirtcloud/commit/c37ae1dca784d245c6a9f2dba74da5afb12af83c) fix layout to show correctly 'not connected' panels ### 📊 Changes **12 files changed** (+469 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `computes/templates/computes.html` (+4 -2) 📝 `console/templates/console-vnc-full.html` (+6 -6) 📝 `create/views.py` (+8 -1) 📝 `instances/templates/add_instance_volume.html` (+4 -2) ➕ `instances/templates/edit_instance_volume.html` (+126 -0) 📝 `instances/templates/instance.html` (+88 -45) 📝 `instances/views.py` (+44 -7) 📝 `networks/templates/add_network_qos.html` (+1 -1) 📝 `vrtManager/connection.py` (+29 -0) 📝 `vrtManager/create.py` (+25 -5) 📝 `vrtManager/instance.py` (+123 -37) 📝 `webvirtcloud/settings.py.template` (+11 -7) </details> ### 📄 Description Hi retspen, There are a lot changes: 1. Edit instance disk capability is added. 2. Add new disk options for instance disk. 3. Instance network tab rearranged to show ipv6 and ipv4 addresses. 4. Show instance network driver model/change capability 5. Some bugs, typo and minor improvements like notification. 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:54 +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#490
No description provided.