From c4aa56eb3883741983a9377d9aa8c63d570945a3 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Wed, 16 Jun 2021 09:26:55 +0200 Subject: [PATCH] ui: storage: update hint about prune-backups default and also remove the keepLastEmptyText, which too suggested the old default. Signed-off-by: Fabian Ebner --- 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',