mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 07:48:57 +00:00
ui: LXC template upload: allow zstd compressed (.tar.zst) images
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
37985d657c
commit
0c3baeef0b
@ -10,7 +10,7 @@ Ext.define('PVE.window.UploadToStorage', {
|
||||
|
||||
acceptedExtensions: {
|
||||
iso: ['.img', '.iso'],
|
||||
vztmpl: ['.tar.gz', '.tar.xz'],
|
||||
vztmpl: ['.tar.gz', '.tar.xz', '.tar.zst'],
|
||||
},
|
||||
|
||||
cbindData: function(initialConfig) {
|
||||
|
Loading…
Reference in New Issue
Block a user