mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network
(cherry picked from commit 6ab27267be)
This commit is contained in:
parent
20d8564ed0
commit
2fc1161e56
|
|
@ -546,11 +546,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…
Reference in New Issue