diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index b8b85348c3f..28145d50e80 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1566,13 +1566,13 @@ dataType: "json", async: false, success: function(json) { - osTypeObjs = json.listostypesresponse.ostype; + ostypeObjs = json.listostypesresponse.ostype; } }); } var items = []; //items.push({id: "", description: "None"}); //shouldn't have None option when bootable is checked - $(osTypeObjs).each(function() { + $(ostypeObjs).each(function() { items.push({ id: this.id, description: this.description