prune sim: allow simulating up to 5 years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1b03910dea
commit
86847f487b
|
@ -637,7 +637,7 @@ Ext.onReady(function() {
|
||||||
fieldLabel: 'Number of weeks',
|
fieldLabel: 'Number of weeks',
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
value: 15,
|
value: 15,
|
||||||
maxValue: 200,
|
maxValue: 260, // five years
|
||||||
padding: '0 0 0 10',
|
padding: '0 0 0 10',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue