diff --git a/ui/new/jsp/dashboard.jsp b/ui/new/jsp/dashboard.jsp index 4f4c7df5b84..cc306befbc5 100644 --- a/ui/new/jsp/dashboard.jsp +++ b/ui/new/jsp/dashboard.jsp @@ -327,7 +327,7 @@
- Unlimited
+
@@ -338,7 +338,7 @@
- 5
+
diff --git a/ui/new/scripts/cloud.core2.dashboard.js b/ui/new/scripts/cloud.core2.dashboard.js index b4f8deb2985..b638a64bdc9 100644 --- a/ui/new/scripts/cloud.core2.dashboard.js +++ b/ui/new/scripts/cloud.core2.dashboard.js @@ -240,9 +240,9 @@ function afterLoadDashboardJSP() { rec = Math.round(rec / 1024); $("#db_sent").text(sent + "KB"); $("#db_received").text(rec + "KB"); - $("#db_available_public_ips").text(statJSON.ipavailable); - $("#db_owned_public_ips").text(statJSON.iptotal); */ + $("#db_available_public_ips").text(statJSON.ipavailable); + $("#db_owned_public_ips").text(statJSON.iptotal); $("#db_running_vms").text(statJSON.vmrunning); $("#db_stopped_vms").text(statJSON.vmstopped); $("#db_total_vms").text(statJSON.vmtotal);