From 79631ab026ef22311b175c0aa267136ab5b45ea9 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 10 Nov 2011 20:13:33 -0800 Subject: [PATCH] cloudStack 3.0 new UI - NaaS - public network - add IP range - do not pass "isshared=true" to createVlanIpRange API. --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 2b12cce48b7..b07b9f3983a 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -140,7 +140,7 @@ 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=account]').css("display") != "none") { //account-specific