mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +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) {
|
success: function(json) {
|
||||||
var osTypeObjs = json.listostypesresponse.ostype;
|
var osTypeObjs = json.listostypesresponse.ostype;
|
||||||
var items = [];
|
var items = [];
|
||||||
items.push({id: "", description: "None"});
|
//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});
|
items.push({id: this.id, description: this.description});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user