We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e7e77 commit 72d0e0dCopy full SHA for 72d0e0d
src/pybind/mgr/dashboard/controllers/nvmeof.py
@@ -133,7 +133,7 @@ def disable_spdk_log_level(self, gw_group: Optional[str] = None):
133
@APIDoc("NVMe-oF Subsystem Management API", "NVMe-oF Subsystem")
134
class NVMeoFSubsystem(RESTController):
135
@EndpointDoc("List all NVMeoF subsystems")
136
- @pick(field="subsystems", first=True)
+ @pick(field="subsystems")
137
@NvmeofCLICommand("nvmeof subsystem list")
138
@convert_to_model(model.SubsystemList)
139
@handle_nvmeof_error
0 commit comments