public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: util: update backup content type string
@ 2025-02-13 12:57 Fiona Ebner
  2025-03-06 13:02 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2025-02-13 12:57 UTC (permalink / raw)
  To: pve-devel

The description 'VZDump backup file' for content type 'backup' is
wrong for PBS and other future backup providers. Just use 'Backup' to
describe the content type everywhere and avoid confusion.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 www/manager6/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 90011a8f..aa415759 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -686,7 +686,7 @@ Ext.define('PVE.Utils', {
 
     contentTypes: {
 	'images': gettext('Disk image'),
-	'backup': gettext('VZDump backup file'),
+	'backup': gettext('Backup'),
 	'vztmpl': gettext('Container template'),
 	'iso': gettext('ISO image'),
 	'rootdir': gettext('Container'),
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] ui: util: update backup content type string
  2025-02-13 12:57 [pve-devel] [PATCH manager] ui: util: update backup content type string Fiona Ebner
@ 2025-03-06 13:02 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-03-06 13:02 UTC (permalink / raw)
  To: Proxmox VE development discussion, Fiona Ebner

On 13/02/2025 13:57, Fiona Ebner wrote:
> The description 'VZDump backup file' for content type 'backup' is
> wrong for PBS and other future backup providers. Just use 'Backup' to
> describe the content type everywhere and avoid confusion.
> 
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>  www/manager6/Utils.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-06 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-13 12:57 [pve-devel] [PATCH manager] ui: util: update backup content type string Fiona Ebner
2025-03-06 13:02 ` [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