From 90e0541ec230b5ac758de9693299ade108f74c9e Mon Sep 17 00:00:00 2001 From: pujashahu Date: Fri, 12 Jun 2026 00:19:40 +0530 Subject: [PATCH] =?utf8?q?mgr/dashboard:=20NVMe-oF=20=E2=80=93=20Updated?= =?utf8?q?=20subtitle=20text=20on=20the=20Create=20Gateway=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes :https://tracker.ceph.com/issues/77361 Signed-off-by: pujaoshahu --- .../mgr/dashboard/frontend/src/app/ceph/block/block.module.ts | 2 +- .../block/nvmeof-group-form/nvmeof-group-form.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts index cb9b96abcd8..b0852ec9b6b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts @@ -366,7 +366,7 @@ const routes: Routes = [ breadcrumbs: ActionLabels.CREATE, pageHeader: { title: $localize`Create Gateway Group`, - description: $localize`A logical group of gateways that hosts will connect to.` + description: $localize`A logical group of NVMe gateways that hosts connect to for load-balanced access.` } } }, diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.html index 27a5de86421..a5fba7df131 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.html @@ -10,7 +10,7 @@
+ class="form-heading form-item cds-mt-5">
Gateway group name -- 2.47.3