]> git.proxmox.com Git - pmg-gui.git/commitdiff
fix #2504: add checkbox for overwriting selectors
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 14 Jan 2020 18:31:36 +0000 (19:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jan 2020 08:08:41 +0000 (09:08 +0100)
Add a checkbox with descriptive label for the force parameter of
config/dkim/selector.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
js/DKIMSettings.js

index a92a033274cfbe65f4f771f9590ff07add777d76..590f7597b790fea9ee414c7666e8eb50fb9d6362 100644 (file)
@@ -149,6 +149,11 @@ Ext.define('PMG.DKIMSettings', {
                            ['4096', '4096'],
                            ['8192', '8192']
                        ]
+                   },
+                   {
+                       xtype: 'proxmoxcheckbox',
+                       name: 'force',
+                       fieldLabel: gettext('Overwrite existing file'),
                    }
                ]
            }