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.
2 parents 5307f7a + 72d0e0d commit 4b625abCopy full SHA for 4b625ab
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