Commit 6f606c29 by Őry Máté

connect only if booted fix

parent dc494113
......@@ -106,7 +106,7 @@ def vm_show(request, iid):
'age': inst.get_age(),
'instances': _list_instances(request),
'i': inst,
'booting' : inst.active_since,
'booting' : not inst.active_since,
}))
class VmDeleteView(View):
......
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