]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #69441 from rhcs-dashboard/edit-gateway
authorAfreen Misbah <afreen@ibm.com>
Fri, 3 Jul 2026 14:44:51 +0000 (20:14 +0530)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2026 14:44:51 +0000 (20:14 +0530)
mgr/dashboard: Implement support for editing existing nvme-oF gateway groups through UI

Reviewed-by: Sagar Gopale <sagar.gopale@ibm.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway-group/nvmeof-gateway-group.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway-group/nvmeof-gateway-group.component.ts

index b590f6b1048965173b0ddf78330451c501fd0e58,4ca09129451a1429daabf4d627f9eded7167eec4..17766f2b7175272e9d7cb323dce4c333c12e9b7c
@@@ -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() {