From 38213b72dae891b8d37bb312b856e43c61bfb655 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 28 Dec 2011 15:10:32 -0800 Subject: [PATCH] cloudStack 3.0 new UI - ISO page - create ISO - bootable checkbox is selected as default (with OS Type dropdown shown). --- ui/scripts/templates.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index a3e4ef23d29..1f73766caf3 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -912,13 +912,14 @@ isBootable: { label: "Bootable", - isBoolean: true + isBoolean: true, + isChecked: true }, osTypeId: { label: 'OS Type', dependsOn: 'isBootable', - isHidden: true, + isHidden: false, validation: { required: true }, select: function(args) { $.ajax({