]> git.proxmox.com Git - pve-storage.git/commit
status: add enum for file upload content type
authorLorenz Stechauner <l.stechauner@proxmox.com>
Wed, 21 Jul 2021 12:51:55 +0000 (14:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jul 2021 14:47:01 +0000 (16:47 +0200)
commit1e96ffc954576bc4a2e84e604d3900318f78472f
tree2b559b75ee7bc7f95a47fbd627db2c89d89803d3
parent24adf51e7ec3748b251b3e58c99db240dc878f1e
status: add enum for file upload content type

the addition of this enum does not change API behaviour, because
it is checked for 'iso' or 'vztmpl' aftwerwards anyway.

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
PVE/API2/Storage/Status.pm