api: add missing index child links

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-09-06 14:24:05 +02:00 committed by Thomas Lamprecht
parent 6cb7b041ce
commit 58f9db6ada

View File

@ -1907,6 +1907,9 @@ __PACKAGE__->register_method({
{ subdir => 'current' },
{ subdir => 'start' },
{ subdir => 'stop' },
{ subdir => 'reset' },
{ subdir => 'shutdown' },
{ subdir => 'suspend' },
];
return $res;