From db2e57626464689930cd1717b4a592e93c0bffa8 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 11 Mar 2019 13:38:02 +0100 Subject: [PATCH] mgr/dashboard: Change 'Client Recovery' title Rename 'Client Recovery' info-card title to 'Recovery Throughput' as: - 'Client' is a misleading concept there, as long as all recovery is server-side driven. - No indication of the kind of metric (e.g.: IOPS, throughput, etc). Fixes: https://tracker.ceph.com/issues/38657 Signed-off-by: Ernesto Puerta --- .../src/app/ceph/dashboard/health/health.component.html | 2 +- src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf | 4 ++-- 2 files changed, 3 insertions(+), 3 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 358c712785b..17d94d7bd5c 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 @@ -158,7 +158,7 @@ - app/ceph/dashboard/health/health.component.html 143 - - Client Recovery + + Recovery Throughput app/ceph/dashboard/health/health.component.html 161 -- 2.39.5