mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - register ISO - shouldn't have "None" option when ISO is bootable.
This commit is contained in:
parent
994a74210f
commit
4a45fb2a1f
|
|
@ -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});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue