CLOUDSTACK-7498: UI > ISO > Register ISO action > a javascript error "osTypeObjs is not defined" comes and goes.
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index b8b8534..28145d5 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