From cfe8ebabdb6497ea61ced5d01c4cf16fe4653ed6 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 13 Jul 2020 17:32:54 +0200 Subject: [PATCH] mgr/dashboard: fix backporting issue #35926 Incorrect conflict-solving during backporting of https://github.com/ceph/ceph/pull/34606 to Octopus (https://github.com/ceph/ceph/pull/35926) led to deletion of some chuncks in OSD list page. Fixes: https://tracker.ceph.com/issues/46502 Fixes: https://github.com/ceph/ceph/pull/35926 Signed-off-by: Ernesto Puerta --- .../osd/osd-list/osd-list.component.html | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html index 56cb2ca60f7..55d0e021936 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html @@ -68,6 +68,27 @@ i18n>The {selection.hasSingleSelection, select, true {OSD is} false {OSDs are}} not safe to be {{ actionDescription }}! {{ message }} - OSD {{ getSelectedOsdIds() | join }} will be + OSD {{ osdIds | join }} will be {{ actionDescription }} if you proceed. + + + + +
+
+ + +
+
+
+
+
-- 2.47.3