* [pve-devel] [PATCH manager] GUI: LXC upload: allow .tar.zst format
@ 2022-11-02 15:16 Matthias Heiserer
2022-11-16 19:14 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Heiserer @ 2022-11-02 15:16 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
---
www/manager6/window/UploadToStorage.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/window/UploadToStorage.js b/www/manager6/window/UploadToStorage.js
index 0de6d89d..3c5bba88 100644
--- a/www/manager6/window/UploadToStorage.js
+++ b/www/manager6/window/UploadToStorage.js
@@ -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) {
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-16 19:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 15:16 [pve-devel] [PATCH manager] GUI: LXC upload: allow .tar.zst format Matthias Heiserer
2022-11-16 19:14 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal