From: Aashish Sharma Date: Wed, 17 May 2023 12:31:41 +0000 (+0530) Subject: mgr/dashboard: Show a helper for Unmanaged checkbox in service creation form X-Git-Tag: v18.1.1~57^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eedab684769c466fcdbcb1de4aeaf764a7f697c0;p=ceph.git 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) --- 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 4e6df5c46c5b..6c465d46998d 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.