diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 7b630191b65..7404462ec93 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -806,7 +806,7 @@ success: function(json) { var osTypeObjs = json.listostypesresponse.ostype; var items = []; - items.push({id: "", description: "None"}); + //items.push({id: "", description: "None"}); //shouldn't have None option when bootable is checked $(osTypeObjs).each(function(){ items.push({id: this.id, description: this.description}); });