CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network

This commit is contained in:
Wei Zhou 2013-11-29 10:40:33 +01:00
parent 5cc47f77c5
commit 6ab27267be

View File

@ -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({