From 8dbcc8e3dbe5b9c5adba6be856d3353a4e26bdd6 Mon Sep 17 00:00:00 2001 From: Dnyaneshwari Talwekar Date: Tue, 21 Jul 2026 11:57:19 +0530 Subject: [PATCH] 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 --- .../services/service-form/service-form.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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')) {