all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] lxc: add 'unmanaged' checkbox in wizard
@ 2021-11-04 13:19 Oguz Bektas
  2021-11-04 13:58 ` Thomas Lamprecht
  0 siblings, 1 reply; 4+ messages in thread
From: Oguz Bektas @ 2021-11-04 13:19 UTC (permalink / raw)
  To: pve-devel

to allow creating containers with 'unmanaged' ostype easily in GUI.
that way we can use other unsupported templates in the GUI as well.

Signed-off-by: Oguz Bektas <o.bektas@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 aead515f..1befe928 100644
--- a/www/manager6/lxc/CreateWizard.js
+++ b/www/manager6/lxc/CreateWizard.js
@@ -72,6 +72,13 @@ Ext.define('PVE.lxc.CreateWizard', {
 		    },
 		    fieldLabel: gettext('Nesting'),
 		},
+		{
+		    xtype: 'proxmoxcheckbox',
+		    name: 'ostype',
+		    inputValue: 'unmanaged',
+		    value: false,
+		    fieldLabel: gettext('Unmanaged container'),
+		},
 	    ],
 	    column2: [
 		{
-- 
2.30.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-06 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04 13:19 [pve-devel] [PATCH manager] lxc: add 'unmanaged' checkbox in wizard Oguz Bektas
2021-11-04 13:58 ` Thomas Lamprecht
2021-11-04 14:01   ` Oguz Bektas
2021-11-06 15:39     ` Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal