From: Dnyaneshwari Talwekar Date: Tue, 21 Jul 2026 06:27:19 +0000 (+0530) Subject: mgr/dashboard: Irrelevant description shown for the Realm field on the RGW service... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8dbcc8e3dbe5b9c5adba6be856d3353a4e26bdd6;p=ceph.git mgr/dashboard: Irrelevant description shown for the Realm field on the RGW service creation page. Signed-off-by: Dnyaneshwari Talwekar Fixes: https://tracker.ceph.com/issues/78442 --- 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 58613e00cfc4..424aa91ae644 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 @@ -292,8 +292,8 @@ [invalid]=" serviceForm.controls.realm_name.invalid && serviceForm.controls.realm_name.dirty " - [invalidText]="authModeError" - helperText="Active-directory authentication for domain member servers and User authentication for Stand-alone servers configuration." + [invalidText]="realmNameError" + helperText="Select the realm to associate with this gateway. Leave this field blank for a single-site deployment." i18n-helperText > @if (realmList.length === 0) { @@ -310,7 +310,7 @@ } - + @if (serviceForm.showError('realm_name', frm, 'required')) {