]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: remove not needed 'cli_version' field from gw info command 66714/head
authorTomer Haskalovitch <tomer.haska@ibm.com>
Mon, 15 Dec 2025 11:14:36 +0000 (13:14 +0200)
committerTomer Haskalovitch <tomer.haska@ibm.com>
Sun, 28 Dec 2025 20:00:45 +0000 (22:00 +0200)
Signed-off-by: Tomer Haskalovitch <tomer.haska@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/models/nvmeof.ts
src/pybind/mgr/dashboard/model/nvmeof.py

index c0414caca4575271154d240e02b638f65592b10f..43a24a4b5ce2d0b6ec9bcd496323648505c3f4c5 100644 (file)
@@ -1,7 +1,6 @@
 import { CephServiceSpec } from './service.interface';
 
 export interface NvmeofGateway {
-  cli_version: string;
   version: string;
   name: string;
   group: string;
index 9b1349d2f2b6b28e5f324d20dc5b3e004c2eec65..18526675cd7b9167a127ee9c8add34b83a7d0feb 100644 (file)
@@ -30,7 +30,6 @@ class GatewayInfo(NamedTuple):
     status: int
     error_message: str
     hostname: str
-    cli_version: Annotated[str, CliFlags.DROP]
     version: str
     name: str
     group: str