mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Fix: for clone instance multiple disk name generating fixed
This commit is contained in:
parent
5d1df70d41
commit
fffbc92151
2 changed files with 16 additions and 14 deletions
|
|
@ -774,7 +774,7 @@ def instance(request, compute_id, vname):
|
|||
|
||||
if request.user.is_superuser or request.user.userattributes.can_clone_instances:
|
||||
if 'clone' in request.POST:
|
||||
clone_data = dict
|
||||
clone_data = dict()
|
||||
clone_data['name'] = request.POST.get('name', '')
|
||||
|
||||
disk_sum = sum([disk['size'] >> 30 for disk in disks])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue