From: Stoiko Ivanov Date: Tue, 14 Jan 2020 18:31:36 +0000 (+0100) Subject: fix #2504: add checkbox for overwriting selectors X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b07fc43096bf0f2d286856040d803b8f18d78112;p=pmg-gui.git fix #2504: add checkbox for overwriting selectors Add a checkbox with descriptive label for the force parameter of config/dkim/selector. Signed-off-by: Stoiko Ivanov --- diff --git a/js/DKIMSettings.js b/js/DKIMSettings.js index a92a033..590f759 100644 --- a/js/DKIMSettings.js +++ b/js/DKIMSettings.js @@ -149,6 +149,11 @@ Ext.define('PMG.DKIMSettings', { ['4096', '4096'], ['8192', '8192'] ] + }, + { + xtype: 'proxmoxcheckbox', + name: 'force', + fieldLabel: gettext('Overwrite existing file'), } ] }