Commit cbd3eee1 by Szeberényi Imre

Merge branch '8-emergency-state-button-vm-details' into 'master'

old version fix

Closes #8

See merge request !8
parents 2b7da3e3 96dac3c2
......@@ -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