From 3a286235ceaf028e75769e2bf77a78ddffd71bc9 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Wed, 17 May 2023 18:01:41 +0530 Subject: [PATCH] mgr/dashboard: Show a helper for Unmanaged checkbox in service creation form Fixes: https://tracker.ceph.com/issues/61216 Signed-off-by: Aashish Sharma (cherry picked from commit aa60bb88a5564f9e854b91b1cdc5a3a8945d1940) --- .../cluster/services/service-form/service-form.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html index 4e6df5c46c5b7..6c465d46998d8 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html @@ -103,6 +103,8 @@ + If set to true, the orchestrator will not start nor stop any daemon associated with this service. + Placement and all other properties will be ignored. -- 2.39.5