api: content listing: add comment and verification fields
for now only for PBS, since we do not have such info elsewhere Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
4558cb6eb6
commit
9778e5c216
@ -525,6 +525,9 @@ sub list_volumes {
|
||||
ctime => $epoch,
|
||||
};
|
||||
|
||||
$info->{verification} = $item->{verification} if defined($item->{verification});
|
||||
$info->{comment} = $item->{comment} if defined($item->{comment});
|
||||
|
||||
push @$res, $info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user