fix 'keep-monthly' field name
else the backend complains about a non-existant parameter Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
aeee4329b0
commit
5b5ca60a07
@ -33,7 +33,7 @@ Ext.define('PBS.DataStorePruneInputPanel', {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxintegerfield',
|
xtype: 'proxmoxintegerfield',
|
||||||
name: 'keep-montly',
|
name: 'keep-monthly',
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
fieldLabel: gettext('keep-monthly'),
|
fieldLabel: gettext('keep-monthly'),
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user