From 16a78ea8cc8f1ab4707c454bf03d2990096fdd82 Mon Sep 17 00:00:00 2001 From: alfonsomthd Date: Thu, 27 Sep 2018 14:45:44 +0200 Subject: [PATCH] mgr/dashboard: New Landing Page: Milestone 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed navigation menu dropdown arrows' color to white. All cards (except logs) viewable at-a-glance in Full HD presentation mode. CSS adjustments, refactor and cleanup. Fixes: https://tracker.ceph.com/issues/27050 Signed-off-by: Alfonso Martínez --- .../dashboard/health/health.component.html | 6 ++-- .../dashboard/health/health.component.scss | 3 +- .../info-card/info-card.component.scss | 32 ++++++++++--------- .../mgr/dashboard/frontend/src/defaults.scss | 2 +- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html index a266dffd009..61695902e2c 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html @@ -118,7 +118,7 @@ i18n-cardTitle class="cd-col-5" cardClass="card-medium" - [contentClass]="(contentData.client_perf.read_op_per_sec + contentData.client_perf.write_op_per_sec) <= 0 ? 'content-medium content-highlight' : 'card-chart'" + [contentClass]="(contentData.client_perf.read_op_per_sec + contentData.client_perf.write_op_per_sec) <= 0 ? 'content-medium content-highlight' : 'content-chart'" *ngIf="contentData.client_perf">