mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #183] [MERGED] create instance from template enhanced and others #447
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#447
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/183
Author: @catborise
Created: 9/14/2018
Status: ✅ Merged
Merged: 9/23/2018
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
d0a964cSet theme jekyll-theme-cayman6f8462dMerge branch 'master' of https://github.com/catborise/webvirtcloud1120b89Merge remote-tracking branch 'remotes/retspen/master'33513casmall cosmetic changes of snapshot to describe of operation8055616small cosmetic changes of snapshot to describe of operationcb5b0c1add title to snapshot operations and fix redirect path0f7a110show vdi url on access tab. some typo and convention fix. gethostbyaddr exception mitigated.6a992b0Merge branch 'master' of https://github.com/catborise/webvirtcloud7da5095Merge remote-tracking branch 'remotes/retspen/master'76f857dtoggle host instances button in grouped view📊 Changes
14 files changed (+262 additions, -46 deletions)
View changed files
➕
_config.yml(+1 -0)📝
computes/templates/overview.html(+10 -2)📝
computes/views.py(+1 -0)📝
create/forms.py(+5 -0)📝
create/templates/create_instance.html(+112 -5)📝
create/views.py(+17 -7)📝
datasource/views.py(+13 -4)📝
instances/templates/instance.html(+14 -8)📝
instances/templates/instances_grouped.html(+16 -3)📝
instances/views.py(+4 -4)📝
static/js/sortable.min.js(+2 -2)📝
vrtManager/connection.py(+50 -2)📝
vrtManager/create.py(+14 -6)📝
vrtManager/hostdetails.py(+3 -3)📄 Description
Hi,
Create instance from template was does not work as expected.
if you merge it. i will appreciate.
thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.