From 58a850c374cb4ed3425efcaf60e11b6d4d88e2a9 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Sat, 2 Oct 2010 12:45:51 -0700 Subject: [PATCH] new UI - dashboad of user - implement Public IPs section. --- ui/new/jsp/dashboard.jsp | 4 ++-- ui/new/scripts/cloud.core2.dashboard.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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);