]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
Add online help for start/shutdown for containers
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 5 Dec 2016 13:48:07 +0000 (14:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 6 Dec 2016 05:53:59 +0000 (06:53 +0100)
www/manager6/lxc/Options.js

index a77c19419eeb4c9fe533e66d0d27d390def8e44e..1c39b4b9e345dd803dc95cb92ed1a73f4b18e3ae 100644 (file)
@@ -43,7 +43,10 @@ Ext.define('PVE.lxc.Options', {
                defaultValue: '',
                renderer: PVE.Utils.render_kvm_startup,
                editor: caps.vms['VM.Config.Options'] && caps.nodes['Sys.Modify'] ? 
-                   'PVE.qemu.StartupEdit' : undefined
+                   {
+                       xtype: 'pveWindowStartupEdit',
+                       onlineHelp: 'pct_startup_and_shutdown'
+                   } : undefined
            },
            ostype: {
                header: gettext('OS Type'),