From b072c323b605e4b7eb4e43b514a5c8a2d97714e8 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Wed, 15 Jan 2025 11:54:41 +0530 Subject: [PATCH] mgr/dashboard: Typo in NVMe-oF create service Typo in the text for the "Unmanaged" option in Create Service. Fixes: https://tracker.ceph.com/issues/69550 Signed-off-by: N Balachandran --- .../cluster/services/service-form/service-form.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 81df7582ce9..500e9d3f0bb 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 @@ -245,7 +245,7 @@ - If Unmanaged is selected, the orchestrator will not stop or stop any daemons associated with this service. Placement and all other properties will be ignored. + If Unmanaged is selected, the orchestrator will not start or stop any daemons associated with this service. Placement and all other properties will be ignored. -- 2.39.5