From c817900a77b4cd1830f19f2e1202eca4e8be76f3 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 --- .../rbd-configuration-list.component.html | 6 +++--- 1 file changed, 3 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 87ca55c20fbe..64364f67da63 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,11 +10,11 @@
{{ value | titlecase }} + i18n>Global {{ value | titlecase }} + i18n>Image {{ value | titlecase }} + i18n>Pool
-- 2.47.3