]> git.proxmox.com Git - pmg-gui.git/commitdiff
disclaimer edit: add 'add-separator' checkbox
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 15 Jan 2024 11:12:41 +0000 (12:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Feb 2024 15:58:44 +0000 (16:58 +0100)
for controlling if the separator should be included or not, default is
on (backend default).

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [ TL: explicitly submit unchecked value ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/Utils.js

index 974df1fc0f64a94b22461e726855ab2c15960c9a..9009e9e2573fb4a6017b1ecadbf6ea15fcb0ef0f 100644 (file)
@@ -697,6 +697,13 @@ Ext.define('PMG.Utils', {
                        ['start', gettext('Start')],
                    ],
                },
+               {
+                   xtype: 'proxmoxcheckbox',
+                   name: 'add-separator',
+                   fieldLabel: gettext("Add Separator"),
+                   uncheckedValue: '0',
+                   value: true,
+               },
            ],
        },
     },