From: alfonsomthd Date: Thu, 27 Sep 2018 12:45:44 +0000 (+0200) Subject: mgr/dashboard: New Landing Page: Milestone 2 X-Git-Tag: v14.0.1~108^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16a78ea8cc8f1ab4707c454bf03d2990096fdd82;p=ceph.git mgr/dashboard: New Landing Page: Milestone 2 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 --- 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">