From 57cf4d424d1b4f31728c485a9ead7f7a876f94c6 Mon Sep 17 00:00:00 2001 From: Naman Munet Date: Wed, 14 Aug 2024 12:43:22 +0530 Subject: [PATCH] mgr/dashboard: fix multi-cluster usage bar error after carbon changes fixes: https://tracker.ceph.com/issues/67536 Signed-off-by: Naman Munet --- .../app/ceph/cluster/multi-cluster/multi-cluster.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.html index 52ee78257a3ff..6d0722dcfea70 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.html @@ -268,7 +268,7 @@ + let-row="data.row"> -- 2.39.5