[pmg-devel] applied-series: [PATCH pmg-gui 1/3] Dashboard: remove autoLoad from updateStores

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Apr 24 16:18:03 CEST 2020


On 4/24/20 3:14 PM, Dominik Csapak wrote:
> those stores all have 'autoStart' set, which loads the store anyway
> as soon as possible. this seems to fix some store load issues
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  js/Dashboard.js | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/js/Dashboard.js b/js/Dashboard.js
> index ce94841..378efae 100644
> --- a/js/Dashboard.js
> +++ b/js/Dashboard.js
> @@ -195,7 +195,6 @@ Ext.define('PMG.Dashboard', {
>  		type: 'update',
>  		interval: 5000,
>  		autoStart: true,
> -		autoLoad: true,
>  		autoDestroy: true,
>  		proxy: {
>  		    extraParams: { list_single_node: 1 },
> @@ -211,7 +210,6 @@ Ext.define('PMG.Dashboard', {
>  		interval: 5000,
>  		type: 'update',
>  		autoStart: true,
> -		autoLoad: true,
>  		autoDestroy: true,
>  		proxy: {
>  		    type: 'proxmox',
> @@ -269,7 +267,6 @@ Ext.define('PMG.Dashboard', {
>  		interval: 10000,
>  		type: 'update',
>  		autoStart: true,
> -		autoLoad: true,
>  		autoDestroy: true,
>  		proxy: {
>  		    type: 'proxmox',
> 

applied series, thanks!



More information about the pmg-devel mailing list