Merge "Fix the default text for Instance Boot Source"
This commit is contained in:
commit
356c5492ad
@ -137,7 +137,7 @@ class SetInstanceDetailsAction(workflows.Action):
|
|||||||
super(SetInstanceDetailsAction, self).__init__(
|
super(SetInstanceDetailsAction, self).__init__(
|
||||||
request, context, *args, **kwargs)
|
request, context, *args, **kwargs)
|
||||||
source_type_choices = [
|
source_type_choices = [
|
||||||
('', _("--- Select source ---")),
|
('', _("Select source")),
|
||||||
("image_id", _("Boot from image")),
|
("image_id", _("Boot from image")),
|
||||||
("instance_snapshot_id", _("Boot from snapshot")),
|
("instance_snapshot_id", _("Boot from snapshot")),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user