[pve-devel] [PATCH manager 2/4] ext6migrate: fix LogView
Emmanuel Kasper
e.kasper at proxmox.com
Thu Feb 25 14:46:19 CET 2016
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> www/manager6/panel/LogView.js | 22 ++++++----------------
> 1 file changed, 6 insertions(+), 16 deletions(-)
>
> diff --git a/www/manager6/panel/LogView.js b/www/manager6/panel/LogView.js
> index 49be118..9ed1213 100644
> --- a/www/manager6/panel/LogView.js
> +++ b/www/manager6/panel/LogView.js
> @@ -16,6 +16,12 @@ Ext.define('PVE.panel.LogView', {
>
> scrollToEnd: true,
>
> + autoScroll: true,
maybe use scrollable: true here ?
https://docs.sencha.com/extjs/6.0/6.0.0-classic/#!/api/Ext.Component-cfg-autoScroll
says autoScroll is deprecated
Rest of patches looks good to me !
More information about the pve-devel
mailing list