]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Title says "Gateways" but it displays gateway group names in NVME/TCP 70723/head
authorpujashahu <pshahu@redhat.com>
Thu, 30 Jul 2026 16:05:18 +0000 (21:35 +0530)
committerpujashahu <pshahu@redhat.com>
Thu, 30 Jul 2026 16:05:18 +0000 (21:35 +0530)
Fixes: https://tracker.ceph.com/issues/75443
Signed-off-by: pujaoshahu <pshahu@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-tabs/nvmeof-tabs.component.html

index 5a07f86a4541cc6e34e8367d7aed0b6ea8782c9b..6c65b23b337f73eb6e5e832474fa2f2d5e194ca4 100644 (file)
@@ -29,7 +29,7 @@
       [cacheActive]="false"
     >
       <cds-tab
-        heading="Gateways"
+        heading="Gateway groups"
         i18n-heading
         [active]="activeTab === Tabs.gateways"
         (selected)="onSelected(Tabs.gateways)"