[PR #123] [MERGED] 4 фичи #568

Closed
opened 2026-02-27 16:39:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/123
Author: @retif
Created: 10/11/2013
Status: Merged
Merged: 10/12/2013
Merged by: @retspen

Base: nesteneHead: nestene


📝 Commits (2)

📊 Changes

10 files changed (+8792 additions, -73 deletions)

View changed files

📝 instance/views.py (+11 -2)
📝 newvm/forms.py (+3 -3)
📝 newvm/views.py (+15 -9)
static/css/bootstrap-multiselect.css (+38 -0)
static/css/bootstrap.css (+5909 -0)
static/js/bootstrap-multiselect.js (+635 -0)
static/js/bootstrap.js (+1992 -0)
📝 templates/instance.html (+37 -12)
📝 templates/newvm.html (+81 -4)
📝 webvirtmgr/server.py (+71 -43)

📄 Description

возможность добавлять более одной сети,
возможность добавлять более одного диска,
опция hardware CPU
просмотр и редактирование XML на станице VM


🔄 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/webvirtmgr/pull/123 **Author:** [@retif](https://github.com/retif) **Created:** 10/11/2013 **Status:** ✅ Merged **Merged:** 10/12/2013 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `nestene` ← **Head:** `nestene` --- ### 📝 Commits (2) - [`19ec6f1`](https://github.com/retspen/webvirtmgr/commit/19ec6f1ae5ecbe6bb32f0e171b3e66fe5f249be0) added bootstrap-multiselect control - [`3a50111`](https://github.com/retspen/webvirtmgr/commit/3a50111f5f6011cdab121c9fb11ae93dbc8f9e49) Create VM: ### 📊 Changes **10 files changed** (+8792 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `instance/views.py` (+11 -2) 📝 `newvm/forms.py` (+3 -3) 📝 `newvm/views.py` (+15 -9) ➕ `static/css/bootstrap-multiselect.css` (+38 -0) ➕ `static/css/bootstrap.css` (+5909 -0) ➕ `static/js/bootstrap-multiselect.js` (+635 -0) ➕ `static/js/bootstrap.js` (+1992 -0) 📝 `templates/instance.html` (+37 -12) 📝 `templates/newvm.html` (+81 -4) 📝 `webvirtmgr/server.py` (+71 -43) </details> ### 📄 Description возможность добавлять более одной сети, возможность добавлять более одного диска, опция hardware CPU просмотр и редактирование XML на станице VM --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:43 +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/webvirtmgr#568
No description provided.