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',
|
extend: 'Proxmox.form.field.Integer',
|
||||||
alias: 'widget.pbsVerifyOutdatedAfter',
|
alias: 'widget.pbsVerifyOutdatedAfter',
|
||||||
|
|
||||||
emptyText: gettext('Never'),
|
|
||||||
name: 'outdated-after',
|
name: 'outdated-after',
|
||||||
|
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
value: 30,
|
value: 30,
|
||||||
allowBlank: true,
|
allowBlank: false,
|
||||||
|
|
||||||
triggers: {
|
triggers: {
|
||||||
clear: {
|
clear: {
|
||||||
|
|
Loading…
Reference in New Issue