mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #208] [MERGED] New Features: Add/Remove CD-Rom Device, Enchance VM Creation #459
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#459
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/208
Author: @catborise
Created: 12/14/2018
Status: ✅ Merged
Merged: 12/18/2018
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
f68d53fupgrade chartjs 1.0.2 -> 1.1.169be623upgrade bootstrap-multiselect to v0.9.15fab3b28add filter bar to 'add disk' dropdown. Limit the size of dropdown list.8ecd453fix: initialize used_size variable. it causes error if instance disks are deleted.d3b43b2add hide/show all instances funtionality5872700remove caret: bootstrap-multiselect, inheritClass605d24ddefine allow_admin_or_not_template variable, template cannot use parenthesis @honza80140ada89add log message when an instance is created45c3f9bindex_grouped: remove unused data-sortable. index_nongrouped: add trans statement for actions4eda0fbadd chevron-toggle to collapse_all on grouped_index📊 Changes
18 files changed (+1944 additions, -527 deletions)
View changed files
📝
computes/templates/overview.html(+9 -1)📝
computes/urls.py(+4 -2)📝
computes/views.py(+32 -1)📝
create/forms.py(+2 -1)📝
create/templates/create_instance.html(+180 -59)📝
create/views.py(+42 -12)📝
instances/templates/add_instance_volume.html(+14 -14)📝
instances/templates/allinstances_index_grouped.html(+14 -4)📝
instances/templates/allinstances_index_nongrouped.html(+1 -1)📝
instances/templates/instance.html(+57 -41)📝
instances/views.py(+55 -33)📝
static/css/bootstrap-multiselect.css(+1 -38)📝
static/js/Chart.min.js(+3 -3)📝
static/js/bootstrap-multiselect.js(+1417 -276)📝
storages/views.py(+15 -4)📝
vrtManager/connection.py(+32 -2)📝
vrtManager/create.py(+45 -25)📝
vrtManager/instance.py(+21 -10)📄 Description
Hi Retspen,
If it is appropriate please accept it. Thanks.
Major Changes:
3.1. Add disk type selection.
3.2. Get volumes list with ajax. it provides speed.
3.3. Select storage to add volume. it provides clearity
3.4. Add disk type/bus select options
3.5. Add qemu-guest-agent option while creating instance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.