]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: NVMe-oF – Updated subtitle text on the Create Gateway page 69426/head
authorpujashahu <pujashahu@li-3d22414c-327d-11b2-a85c-a49077722390.ibm.com>
Thu, 11 Jun 2026 18:49:40 +0000 (00:19 +0530)
committerpujashahu <pshahu@redhat.com>
Fri, 26 Jun 2026 09:20:05 +0000 (14:50 +0530)
Fixes :https://tracker.ceph.com/issues/77361

Signed-off-by: pujaoshahu <pshahu@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.html

index cb9b96abcd8a77a1730587bf4585f978666f4d6f..b0852ec9b6b45b41a19cee951d8834a06b85f9e8 100644 (file)
@@ -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.`
               }
             }
           },
index 27a5de864210dbf00dce990e6ed97b6773816491..a5fba7df131ede932e48ce5b28b94397dec81596 100644 (file)
@@ -10,7 +10,7 @@
     <div cdsCol
          [columnNumbers]="{sm: 4, md: 8}">
       <div cdsRow
-           class="form-heading form-item">
+           class="form-heading form-item cds-mt-5">
       <cd-help-text [formAllFieldsRequired]="true"></cd-help-text>
       </div>
       <div cdsRow
@@ -21,7 +21,6 @@
             i18n
             i18n-helperText
             helperText="A unique name to identify this gateway group."
-            cdRequiredField="Gateway group name"
             [invalid]="groupName.isInvalid">
             Gateway group name
             <input
@@ -32,6 +31,7 @@
               #groupName="cdValidate"
               autofocus
               formControlName="groupName"
+              cdRequiredField="Gateway group name"
               [invalid]="groupName.isInvalid"
             />
           </cds-text-label>