]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
add 'format' parameter to storage list call
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 10 Nov 2017 13:49:18 +0000 (14:49 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 14 Nov 2017 12:23:52 +0000 (13:23 +0100)
commit856c54bd756ca105f50fab1278f848eeb2d98709
tree499f6cce571948d78404af5cc6bc5d2d29952dc2
parent5da48ca6ea21cf7a9815edd803c39cb2b3b383b9
add 'format' parameter to storage list call

we will use this for the gui to figure out if we have to show
a size selector, a file selector, which formats are there, etc.

we have to include this data even for not active storages, else
we cannot show the correct fields

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Storage/Status.pm
PVE/Storage.pm