ui: verify outdated: disallow blank and drop wrong empty text

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-16 16:46:06 +02:00
parent 6a7b673872
commit dadaa9e2f0
1 changed files with 1 additions and 2 deletions

View File

@ -2,12 +2,11 @@ Ext.define('PBS.form.VerifyOutdatedAfter', {
extend: 'Proxmox.form.field.Integer',
alias: 'widget.pbsVerifyOutdatedAfter',
emptyText: gettext('Never'),
name: 'outdated-after',
minValue: 1,
value: 30,
allowBlank: true,
allowBlank: false,
triggers: {
clear: {