mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Use correct value/ID for network offering select
This commit is contained in:
parent
5420554237
commit
345607b600
@ -437,9 +437,7 @@
|
||||
// Populate network offering drop-down
|
||||
$(args.data.networkOfferings).each(function() {
|
||||
$('<option>')
|
||||
.attr({
|
||||
id: this.id
|
||||
})
|
||||
.val(this.id)
|
||||
.html(this.name)
|
||||
.appendTo($newNetwork.find('select'));
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user