cloudStack 3.0 new UI - NaaS - public network - add IP range - do not pass "isshared=true" to createVlanIpRange API.

This commit is contained in:
Jessica Wang 2011-11-10 20:13:33 -08:00
parent 039e09ce93
commit 79631ab026

View File

@ -140,7 +140,7 @@
array1.push("&vlan=untagged"); array1.push("&vlan=untagged");
array1.push("&isshared=true"); //temporary, will add scope, domain, account field, then uncommment the following section later. //array1.push("&isshared=true"); //temporary, will add scope, domain, account field, then uncommment the following section later.
/* /*
if($form.find('.form-item[rel=domainId]').css("display") != "none") { if($form.find('.form-item[rel=domainId]').css("display") != "none") {
if($form.find('.form-item[rel=account]').css("display") != "none") { //account-specific if($form.find('.form-item[rel=account]').css("display") != "none") { //account-specific