[pmg-devel] [PATCH pmg-gui 1/3] Dashboard: remove autoLoad from updateStores
Dominik Csapak
d.csapak at proxmox.com
Fri Apr 24 15:14:47 CEST 2020
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',
--
2.20.1
More information about the pmg-devel
mailing list