]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Show a helper for Unmanaged checkbox in service creation form
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Wed, 17 May 2023 12:31:41 +0000 (18:01 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 26 May 2023 06:52:08 +0000 (12:22 +0530)
Fixes: https://tracker.ceph.com/issues/61216
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit aa60bb88a5564f9e854b91b1cdc5a3a8945d1940)

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html

index 4e6df5c46c5b7e4322e2b7eed86da1ce29c21ce6..6c465d46998d8b682e2dc63ed9b473c9e84ea0ae 100644 (file)
               <label class="custom-control-label"
                      for="unmanaged"
                      i18n>Unmanaged</label>
+              <cd-helper i18n>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.</cd-helper>
             </div>
           </div>
         </div>