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

(cherry picked from commit 6ab27267be)
This commit is contained in:
Wei Zhou 2013-11-29 10:40:33 +01:00
parent 5598ba0fc7
commit 814ae73dc4
1 changed files with 0 additions and 3 deletions

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