bug 7448: zone tree - network - public network page - implement IP allocation tab.

This commit is contained in:
Jessica Wang 2010-12-08 18:11:26 -08:00
parent b0703c2298
commit 4e9c030d82
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ function publicNetworkJsonToIpAllocationTab() {
$thisTab.find("#tab_spinning_wheel").show();
$.ajax({
data: createURL("command=listVlanIpRanges&zoneid="+ jsonObj.zoneid + "&networkid="+jsonObj.id),
data: createURL("command=listVlanIpRanges&zoneid="+ jsonObj.zoneid), //don't need networkid because one zone has only one public network
dataType: "json",
success: function(json) {
var items = json.listvlaniprangesresponse.vlaniprange;