CLOUDSTACK-7498: UI > ISO > Register ISO action > a javascript error "osTypeObjs is not defined" comes and goes.

This commit is contained in:
Jessica Wang 2014-11-18 12:00:27 -08:00
parent 9c328cb9dd
commit ade2517a47

View File

@ -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