From 4b7f56a83de782f72ab3b02c8c36a3827e7d6b8a Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Mon, 2 Apr 2018 12:11:23 +0100 Subject: [PATCH] mgr/dashboard: Apply usage-bar component on health Signed-off-by: Ricardo Marques --- .../src/app/ceph/dashboard/health/health.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 348324e4dc135..ca27ddfb51a56 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 @@ -147,7 +147,7 @@ {{ pool.pg_status | pgStatus }} - {{ pool.stats.bytes_used.latest | dimlessBinary }} / {{ pool.stats.max_avail.latest | dimlessBinary }} + {{ pool.stats.rd_bytes.rate | dimless }} -- 2.39.5