Merge "Fixing the instance boot source"

This commit is contained in:
Jenkins 2014-06-25 15:58:26 +00:00 committed by Gerrit Code Review
commit d794ed3633

@ -179,7 +179,7 @@ horizon.addInitFunction(function () {
break;
case "volume_image_id":
$("#id_image_id, #id_volume_size, #id_device_name, , #id_delete_on_terminate")
$("#id_image_id, #id_volume_size, #id_device_name, #id_delete_on_terminate")
.closest(".control-group").show();
break;