public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [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

* [pve-devel] applied: [PATCH manager] GUI: LXC upload: allow .tar.zst format
  2022-11-02 15:16 [pve-devel] [PATCH manager] GUI: LXC upload: allow .tar.zst format Matthias Heiserer
@ 2022-11-16 19:14 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-11-16 19:14 UTC (permalink / raw)
  To: Proxmox VE development discussion, Matthias Heiserer

Am 02/11/2022 um 16:16 schrieb Matthias Heiserer:
> Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
> ---
>  www/manager6/window/UploadToStorage.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal