From eece6cf1063d30bc37eb021e7ee54fae3846a172 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Tue, 23 Jun 2020 16:45:58 +0800 Subject: [PATCH] mgr/dashboard: fix Source column i18n issue in RBD configuration tables Fixes: https://tracker.ceph.com/issues/43971 Signed-off-by: Kiefer Chang (cherry picked from commit c817900a77b4cd1830f19f2e1202eca4e8be76f3) Conflicts: - src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html Formatting change in the master, use the code in the master to fix. Signed-off-by: Kiefer Chang --- .../rbd-configuration-list.component.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html index 12d61d86e558e..d53609329e60e 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html @@ -10,9 +10,12 @@ let-value="value">
- {{ value | titlecase }} - {{ value | titlecase }} - {{ value | titlecase }} + Global + Image + Pool
-- 2.39.5