diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 77b46d49ab2..57d80b0c569 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -2905,4 +2905,98 @@ a:hover.search_button { padding:0; cursor:pointer; cursor:hand; +} + +.db_resourcebox { + width:75%; + height:126px; + margin:5px auto; + padding:0; +} + +.db_resourcebox_top { + width:100%; + height:75px; + float:left; + margin:0; + padding:0; +} + +.db_resourcebox_iconbox { + width:50%; + height:75px; + float:left; + margin:0; + padding:0; +} + +.db_resourcebox_icons { + width:90px; + height:53px; + margin:18px auto 0; + padding:0; +} + +.db_resourcebox_textbox { + width:50%; + height:75px; + float:left; + margin:0; + padding:0; +} + +.db_resourcebox_textbox p{ + width:auto; + height:auto; + float:left; + font-size:13px; + font-weight:bold; + color:#333; + margin:40px 0 0 0; + padding:0; +} + +.db_resourcebox_bot { + width:100%; + height:51px; + float:left; + margin:0; + padding:0; +} + +.db_resourcebox_VMnumber { + width:100%; + height:auto; + float:left; + font-size:21px; + font-weight:bold; + text-align:center; + margin:0; + padding:0; +} + +.db_resourcebox_VMnumber span { + font-size:30px; +} + +.db_resourcebox_VMnumber.running { + color:#687201; +} + +.db_resourcebox_VMnumber.stopped { + color:#c10202; +} + +.db_resourcebox_VMnumber.total { + color:#064f88; +} + +.dbaccounts_rows { + width:100%; + height:21px; + float:left; + background:#cccccc; + margin:0; + padding:5px 0 5px 0; + border-bottom:1px solid #999; } \ No newline at end of file diff --git a/ui/new/images/db_accounticon.png b/ui/new/images/db_accounticon.png new file mode 100644 index 00000000000..5f32d56731a Binary files /dev/null and b/ui/new/images/db_accounticon.png differ diff --git a/ui/new/images/db_runningbg.gif b/ui/new/images/db_runningbg.gif new file mode 100644 index 00000000000..8ebe755d9ee Binary files /dev/null and b/ui/new/images/db_runningbg.gif differ diff --git a/ui/new/images/db_runninicon.gif b/ui/new/images/db_runninicon.gif new file mode 100644 index 00000000000..8850a30e589 Binary files /dev/null and b/ui/new/images/db_runninicon.gif differ diff --git a/ui/new/images/db_stoppedbg.gif b/ui/new/images/db_stoppedbg.gif new file mode 100644 index 00000000000..b0fe3b9c883 Binary files /dev/null and b/ui/new/images/db_stoppedbg.gif differ diff --git a/ui/new/images/db_stoppedicon.gif b/ui/new/images/db_stoppedicon.gif new file mode 100644 index 00000000000..52248916ee8 Binary files /dev/null and b/ui/new/images/db_stoppedicon.gif differ diff --git a/ui/new/images/db_totalbg.gif b/ui/new/images/db_totalbg.gif new file mode 100644 index 00000000000..1efccb50c34 Binary files /dev/null and b/ui/new/images/db_totalbg.gif differ diff --git a/ui/new/images/db_totalicon.gif b/ui/new/images/db_totalicon.gif new file mode 100644 index 00000000000..643beb20a13 Binary files /dev/null and b/ui/new/images/db_totalicon.gif differ diff --git a/ui/new/images/dbaccounts_headerbg.gif b/ui/new/images/dbaccounts_headerbg.gif new file mode 100644 index 00000000000..8adfbfa0ca7 Binary files /dev/null and b/ui/new/images/dbaccounts_headerbg.gif differ diff --git a/ui/new/jsp/dashboard.jsp b/ui/new/jsp/dashboard.jsp index ff01f151cb7..3027a31d6d6 100644 --- a/ui/new/jsp/dashboard.jsp +++ b/ui/new/jsp/dashboard.jsp @@ -1,233 +1,430 @@ -<%@ page import="java.util.*" %> - -<%@ page import="com.cloud.utils.*" %> - -<% - Locale browserLocale = request.getLocale(); - CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); -%> - -
-
- Event
-

- Dashboard -

-
- -
- -
-
-
-
- System Wide Capacity
-
-
-
- - -
-
-
-
-
-
-

- Public IP Addresses

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- Private IP Addresses

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- Memory Allocated

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- CPU

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- Primary Storage Allocated

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- Primary Storage Used

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

- Secondary Storage Used

-
-

- Used: N/A -

-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- General Alerts
-
-
-
-
-
-
-
-
-
-
- No Recent Alerts -
-
-
- -
-
-
-
- Hosts Alerts
-
-
-
-
-
-
-
-
-
-
- No Recent Alerts -
-
-
-
- - +<%@ page import="java.util.*" %> + +<%@ page import="com.cloud.utils.*" %> + +<% + Locale browserLocale = request.getLocale(); + CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); +%> + +
+
+ Dashboard
+

+ Dashboard +

+
+ +
+ + + + +
+
+
+
+ System Wide Capacity
+
+
+
+ + +
+
+
+
+
+
+

+ Public IP Addresses

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Private IP Addresses

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Memory Allocated

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ CPU

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Primary Storage Allocated

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Primary Storage Used

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Secondary Storage Used

+
+

+ Used: N/A +

+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ General Alerts
+
+
+
+
+
+
+
+
+
+
+ No Recent Alerts +
+
+
+ +
+
+
+
+ Hosts Alerts
+
+
+
+
+
+
+
+
+
+
+ No Recent Alerts +
+
+
+
+ + + + + + + + + + + + + + +
+
+
+
+ Public IPs
+
+
+
+
+
Available Public IPs:
+
+
+
Unlimited
+
+
+
+
+
Owned Public IPs:
+
+
+
5
+
+
+ +
+ + +
+
+
+
+ Recent Errors
+
+
+ +
+
+
+
+
+
+
+
Error's Name
+
Error Description will appear here
+
+
+
09/29/2010 15:20:10
+
+
+ +
+
+
+
+
+
Error's Name
+
Error Description will appear here
+
+
+
09/29/2010 15:20:10
+
+
+ +
+
+
+
+
+
Error's Name
+
Error Description will appear here
+
+
+
09/29/2010 15:20:10
+
+
+
+ + + +
+
+
+
+ Account
+
+
+
+ My Account
+
+ +
+ +
+
+
Account ID
+
+
+
3
+
+
+ +
+
+
Account
+
+
+
Niki
+
+
+ +
+
+
Type
+
+
+
User
+
+
+ +
+
+
Domain
+
+
+
Root
+
+
+ + + +
+ + \ No newline at end of file