-
-
-
-
- System-wide capacity
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
Public IP Addresses
-
-
- %
-
- -
-
Private IP Addresses
-
-
- %
-
- -
-
Memory Allocated
-
-
- %
-
- -
-
CPU Allocated
-
-
- %
-
-
-
-
-
@@ -1247,7 +1087,7 @@
view all
- -
+
-
Alert 1
Alert 1
@@ -1263,7 +1103,7 @@
view all
- -
+
-
Alert 1
Alert 1
@@ -1271,6 +1111,46 @@
+
+
+
+
+ System Capacity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/scripts-test/dashboard.js b/ui/scripts-test/dashboard.js
index cbbbef037dd..04bbf1ccb21 100644
--- a/ui/scripts-test/dashboard.js
+++ b/ui/scripts-test/dashboard.js
@@ -41,6 +41,22 @@
cpuAllocated: 500,
cpuTotal: 1200,
cpuPercentage: (1200 / 500) * 10,
+ zoneCapacities: [
+ {
+ type: 'Public IP',
+ zoneName: 'zone',
+ percent: 50,
+ total: 4,
+ used: 2
+ },
+ {
+ type: 'Storage Used',
+ zoneName: 'zone',
+ percent: 30,
+ total: '50 GB',
+ used: '15 GB'
+ }
+ ],
alerts: $.map(testData.data.alerts, function(alert) {
return {
name: 'System Alert',