[pve-devel] [PATCH manager 1/3] Add optional parameter panelOnlineHelp

Dietmar Maurer dietmar at proxmox.com
Thu Dec 1 16:23:01 CET 2016



> On December 1, 2016 at 2:16 PM Emmanuel Kasper <e.kasper at proxmox.com> wrote:
> 
> 
> this widget and its containing InputPanel can be used by both
> QEMU/LXC so we need to be able to pass the onlineHelp as
> the instantiation step
> ---
>  www/manager6/qemu/StartupEdit.js | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/www/manager6/qemu/StartupEdit.js
> b/www/manager6/qemu/StartupEdit.js
> index 3c832c5..8ed45a2 100644
> --- a/www/manager6/qemu/StartupEdit.js
> +++ b/www/manager6/qemu/StartupEdit.js
> @@ -56,13 +56,18 @@ Ext.define('PVE.qemu.StartupInputPanel', {
>  
>  Ext.define('PVE.qemu.StartupEdit', {
>      extend: 'PVE.window.Edit',
> +    alias: 'widget.pveQemuStartupEdit',
> +    panelOnlineHelp: undefined,

Is it really necessary to use a new name (panelOnlineHelp 
instead of OnlineHelp)?




More information about the pve-devel mailing list