]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: verify outdated: disallow blank and drop wrong empty text
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 14:46:06 +0000 (16:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 May 2022 14:46:06 +0000 (16:46 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/form/VerifyOutdatedAfter.js

index 13f33930dde0a97f526aec2e2ce446cb546a39f4..f3094114f887c34cc1156f99f74dcf30deebdce8 100644 (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: {