]> git.proxmox.com Git - pve-manager.git/commit
api: return missing 'hardware' entry in node endpoint index
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 10 Mar 2023 13:08:12 +0000 (14:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Mar 2023 16:57:02 +0000 (17:57 +0100)
commit2f4105013b93d9e802cfeadd485e81e95a8116e6
tree7c0c83a00690d6c530988e9a59c2a4c769012e60
parentf73baabb782b0184573dad2c4ffe6169cccfa307
api: return missing 'hardware' entry in node endpoint index

The 'hardware' entry was missing there. While interfacing with it
works, it will not show up during CLI auto completion and in the HTML
debug view (/api2/html/) if not listed here in the API directory
index.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Nodes.pm