ui: verify outdated: disallow blank and drop wrong empty text
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6a7b673872
commit
dadaa9e2f0
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue