mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
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…
x
Reference in New Issue
Block a user