mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network
This commit is contained in:
parent
5cc47f77c5
commit
6ab27267be
@ -540,11 +540,8 @@
|
||||
domain: {
|
||||
label: 'label.domain',
|
||||
select: function(args) {
|
||||
var items = [];
|
||||
$.ajax({
|
||||
url: createURL("listDomains&listAll=true"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
var items = [];
|
||||
items.push({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user