mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 13:23:51 +00:00
pvenode: use new CLIFormatter options
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f57cbe5d0b
commit
ae5f985816
@ -189,7 +189,7 @@ our $cmddef = {
|
||||
$task->{status} = 'ERROR';
|
||||
}
|
||||
}
|
||||
PVE::CLIFormatter::print_api_list($data, $resultprops, ['upid', 'type', 'id', 'user', 'starttime', 'endtime', 'status' ], 0);
|
||||
PVE::CLIFormatter::print_api_list($data, $resultprops, ['upid', 'type', 'id', 'user', 'starttime', 'endtime', 'status' ], { noborder => 1 });
|
||||
}],
|
||||
status => [ 'PVE::API2::Tasks', 'read_task_status', [ 'upid' ], { node => $nodename }, sub {
|
||||
my ($data, $resultprops) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user