diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index a67240d6faf..a1e266eeefb 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1,5 +1,9 @@ #new labels (begin) ********************************************************************************************** -label.action.register.template=Register template +label.virtual.routers=Virtual Routers +label.primary.storage.count=Primary Storage Pools +label.secondary.storage.count=Secondary Storage Pools +label.number.of.system.vms=Number of System VMs +label.number.of.virtual.routers=Number of Virtual Routers label.action.register.iso=Register ISO label.isolation.method=Isolation method #new labels (end) ************************************************************************************************ diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 89c31e134ce..c5866eff531 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3473,7 +3473,7 @@ Dialogs*/ margin: 6px 9px 9px; padding: 9px; color: #FFFFFF; - /* Adjusting the font size for proper display */ +/*Adjusting the font size for proper display*/ font-size: 10px; border-left: 1px solid #6A6A6A; border-right: 1px solid #6A6A6A; @@ -5967,7 +5967,7 @@ label.error { width: 59px; height: 23px; padding: 2px 9px 0 12px; - background: url(../images/bg-gradients.png) 0px 53px; + background: url(../images/bg-gradients.png) 0px -1342px; border: 1px solid #C4C4C4; /*+border-radius:4px;*/ -moz-border-radius: 4px; @@ -7249,6 +7249,12 @@ div.panel.ui-dialog div.list-view div.fixed-header { font-weight: bold; } +.system-dashboard.zone { + height: 609px; + background-position: 0px -1423px; + background-color: #FFFFFF; +} + .system-dashboard-view .toolbar { position: relative; } @@ -7347,6 +7353,13 @@ div.panel.ui-dialog div.list-view div.fixed-header { float: left; } +.system-dashboard.zone .status_box li { + margin-bottom: 120px; + height: 176px; + background-position: 0px -1005px; + background-color: #35404B; +} + .system-dashboard .status_box li span { color: #FFFFFF; /*+text-shadow:0px 1px 1px #000000;*/ @@ -7388,6 +7401,10 @@ div.panel.ui-dialog div.list-view div.fixed-header { text-shadow: 0px 1px 2px #000000; } +.system-dashboard.zone .status_box li span.header { + font-size: 13px; +} + .system-dashboard .status_box li span.status { font-size: 27px; /*+placement:shift 13px 141px;*/ diff --git a/ui/images/bg-gradients.png b/ui/images/bg-gradients.png index a3851a8781c..2ef74540bbf 100644 Binary files a/ui/images/bg-gradients.png and b/ui/images/bg-gradients.png differ diff --git a/ui/index.jsp b/ui/index.jsp index 8276ca04370..b05519ac75e 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -948,58 +948,70 @@ -