The new checkbox allows users to create a HA resource for the CT right away. The 'state' of the HA resource will match the value of the "Start after creation" checkbox.
Signed-off-by: Michael Köppl <[email protected]> --- www/manager6/lxc/CreateWizard.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js index 0f6fcce8d..475779e6b 100644 --- a/www/manager6/lxc/CreateWizard.js +++ b/www/manager6/lxc/CreateWizard.js @@ -82,6 +82,13 @@ Ext.define('PVE.lxc.CreateWizard', { }, fieldLabel: gettext('Nesting'), }, + { + xtype: 'proxmoxcheckbox', + name: 'ha-managed', + uncheckedValue: 0, + defaultValue: 0, + fieldLabel: gettext('Add as HA resource'), + }, ], column2: [ { -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
