mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 05:08:00 +00:00
ui: storage: update hint about prune-backups default
and also remove the keepLastEmptyText, which too suggested the old default. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
5df8b5555a
commit
c4aa56eb38
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user