mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 13:50:28 +00:00
api/nodes: add journal to index
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4e0947c88b
commit
952280b49a
@ -168,6 +168,7 @@ __PACKAGE__->register_method ({
|
||||
{ name => 'apt' },
|
||||
{ name => 'version' },
|
||||
{ name => 'syslog' },
|
||||
{ name => 'journal' },
|
||||
{ name => 'status' },
|
||||
{ name => 'wakeonlan' },
|
||||
{ name => 'subscription' },
|
||||
@ -196,7 +197,7 @@ __PACKAGE__->register_method ({
|
||||
{ name => 'certificates' },
|
||||
{ name => 'config' },
|
||||
{ name => 'hosts' },
|
||||
];
|
||||
];
|
||||
|
||||
return $result;
|
||||
}});
|
||||
|
Loading…
Reference in New Issue
Block a user