[pve-devel] [PATCH v2 manager 3/3] ui: storage: update hint about prune-backups default
Fabian Ebner
f.ebner at proxmox.com
Wed Jun 16 09:26:55 CEST 2021
and also remove the keepLastEmptyText, which too suggested the old default.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
New in v2.
www/manager6/storage/Base.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/www/manager6/storage/Base.js b/www/manager6/storage/Base.js
index 20ec3464..ee8b54e8 100644
--- a/www/manager6/storage/Base.js
+++ b/www/manager6/storage/Base.js
@@ -62,8 +62,6 @@ Ext.define('PVE.panel.StoragePruneInputPanel', {
onlineHelp: 'vzdump_retention',
- keepLastEmptyText: gettext('1'),
-
onGetValues: function(formValues) {
if (this.needMask) { // isMasked() may not yet be true if not rendered once
return {};
@@ -138,7 +136,7 @@ Ext.define('PVE.panel.StoragePruneInputPanel', {
name: 'no-keeps-hint',
hidden: true,
padding: '5 1',
- html: gettext('Without any keep option, the nodes vzdump.conf or `keep-last 1` is used as fallback for backup jobs'),
+ html: gettext('Without any keep option, the node\'s vzdump.conf or `keep-all` is used as fallback for backup jobs'),
},
{
xtype: 'component',
--
2.30.2
More information about the pve-devel
mailing list