Merge "Made storage location help text more descriptive."
This commit is contained in:
commit
f95391e550
@ -44,7 +44,7 @@ class GeneralConfigAction(workflows.Action):
|
|||||||
|
|
||||||
storage = forms.ChoiceField(
|
storage = forms.ChoiceField(
|
||||||
label=_("Storage location"),
|
label=_("Storage location"),
|
||||||
help_text=_("Storage"),
|
help_text=_("Choose a storage location"),
|
||||||
choices=[("ephemeral_drive", "Ephemeral Drive"),
|
choices=[("ephemeral_drive", "Ephemeral Drive"),
|
||||||
("cinder_volume", "Cinder Volume")],
|
("cinder_volume", "Cinder Volume")],
|
||||||
widget=forms.Select(attrs={"class": "storage_field"}))
|
widget=forms.Select(attrs={"class": "storage_field"}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user