mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-05 20:09:38 +00:00
add instance/options/users tab. lists all owners of the instance
This commit is contained in:
@@ -302,6 +302,8 @@ def instance(request, compute_id, vname):
|
||||
instance = Instance(compute_id=compute_id, name=vname, uuid=uuid)
|
||||
instance.save()
|
||||
|
||||
userinstances = UserInstance.objects.filter(instance=instance).order_by('user__username')
|
||||
|
||||
if request.method == 'POST':
|
||||
if 'poweron' in request.POST:
|
||||
conn.start()
|
||||
|
||||
Reference in New Issue
Block a user