diff --git a/ui/jsp/network.jsp b/ui/jsp/network.jsp index 2032d0a0f50..fe08e2010d8 100644 --- a/ui/jsp/network.jsp +++ b/ui/jsp/network.jsp @@ -409,8 +409,8 @@ - -
- \ No newline at end of file + \ No newline at end of file diff --git a/ui/scripts/cloud.core.network.js b/ui/scripts/cloud.core.network.js index c1909ce12b5..821acf2dd1b 100644 --- a/ui/scripts/cloud.core.network.js +++ b/ui/scripts/cloud.core.network.js @@ -163,7 +163,7 @@ function publicNetworkJsonToIpAllocationTab() { success: function(json) { var items = json.listvlaniprangesresponse.vlaniprange; var $container = $thisTab.find("#tab_container").empty(); - var $template = $("#directnetwork_iprange_template"); + var $template = $("#iprange_template"); if(items != null && items.length > 0) { for(var i=0; i