[pve-devel] [PATCH manager v2 2/3] lxc: create: add checkbox for creating HA resource upon CT creation
Michael Köppl
m.koeppl at proxmox.com
Tue Oct 7 14:41:30 CEST 2025
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 <m.koeppl at proxmox.com>
---
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
More information about the pve-devel
mailing list