You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/04/11 00:53:10 UTC

[cloudstack] branch 4.11 updated: ui: Make zonal dashboard larger (#2560)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new d588f7d  ui: Make zonal dashboard larger (#2560)
d588f7d is described below

commit d588f7d92bf2b2d46bb991303bfbb8d49881874a
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Wed Apr 11 06:23:02 2018 +0530

    ui: Make zonal dashboard larger (#2560)
    
    The host/alert dashboard panels are on the top side, the dashboard
    statistics page gets less room. This increases the panel by 100px for
    zone dashboard and decreases the host/alert panels by 100px.
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 ui/css/cloudstack3.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 519778b..e7d4a0c 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -4451,7 +4451,7 @@ textarea {
 /**** Head*/
 .dashboard.admin .dashboard-container.head {
   width: 966px;
-  height: 331px;
+  height: 431px;
   margin: 9px 0 0;
   float: left;
 }
@@ -4511,7 +4511,7 @@ textarea {
 /**** Charts / stats*/
 .dashboard.admin .zone-stats {
   width: 974px;
-  height: 316px;
+  height: 416px;
   overflow: auto;
   overflow-x: hidden;
   /*+placement:shift 0px 0px;*/
@@ -4710,7 +4710,7 @@ textarea {
 .dashboard.admin .dashboard-container.sub.alerts {
   float: left;
   margin: 0 12px 0 0;
-  height: 270px;
+  height: 170px;
   overflow: hidden;
   position: relative;
 }

-- 
To stop receiving notification emails like this one, please contact
rafael@apache.org.