mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
add redirection for instance_actions error
This commit is contained in:
parent
0fdc2dae33
commit
1e2fbc8453
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ def instances_actions(request):
|
|||
addlogmsg(request.user.username, instance.name, msg)
|
||||
conn.resume(name)
|
||||
return HttpResponseRedirect(request.get_full_path())
|
||||
|
||||
return HttpResponseRedirect(request.get_full_path())
|
||||
|
||||
@login_required
|
||||
def inst_graph(request, compute_id, vname):
|
||||
|
|
Loading…
Reference in a new issue