From: Afreen Misbah Date: Fri, 3 Jul 2026 14:44:51 +0000 (+0530) Subject: Merge pull request #69441 from rhcs-dashboard/edit-gateway X-Git-Tag: testing/wip-vshankar-testing-20260708.090602~39 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71d61fb3e0ddddaa2dd56db1aca08f71b92cb9b0;p=ceph-ci.git Merge pull request #69441 from rhcs-dashboard/edit-gateway mgr/dashboard: Implement support for editing existing nvme-oF gateway groups through UI Reviewed-by: Sagar Gopale --- 71d61fb3e0ddddaa2dd56db1aca08f71b92cb9b0 diff --cc src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway-group/nvmeof-gateway-group.component.ts index b590f6b1048,4ca09129451..17766f2b717 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway-group/nvmeof-gateway-group.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway-group/nvmeof-gateway-group.component.ts @@@ -205,14 -214,9 +215,15 @@@ export class NvmeofGatewayGroupComponen this.checkNodesAvailability(); } + private setTableLoading(loading: boolean): void { + if (this.table) { + this.table.loadingIndicator = loading; + } + } + updateSelection(selection: CdTableSelection): void { this.selection = selection; + this.selectedGatewayDetails = this.buildGatewayDetails(selection.first()); } deleteGatewayGroupModal() {