Commit 4d9aea69 by Szeberényi Imre

Merge branch 'master' of https://git.ik.bme.hu/circle3/cloud

parents 353c60a1 cbd3eee1
......@@ -825,7 +825,7 @@ class VmStateChangeForm(OperationForm):
"Forcibly interrupt all running activities."),
help_text=_("Set all activities to finished state, "
"but don't interrupt any tasks."))
new_state = forms.ChoiceField(widget=Instance.STATUS, label=_(
new_state = forms.ChoiceField(choices=Instance.STATUS, label=_(
"New status"))
reset_node = forms.BooleanField(required=False, label=_("Reset node"))
......
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