Commit 45b1ffcb by Bence Dányi

one: ajax_status return waiting flag

parent eaee583f
...@@ -386,6 +386,7 @@ def vm_ajax_instance_status(request, iid): ...@@ -386,6 +386,7 @@ def vm_ajax_instance_status(request, iid):
return HttpResponse(json.dumps({ return HttpResponse(json.dumps({
'booting': not inst.active_since, 'booting': not inst.active_since,
'state': inst.state, 'state': inst.state,
'waiting': inst.waiting,
'template': { 'template': {
'state': inst.template.state 'state': inst.template.state
}})) }}))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment