[pve-devel] [PATCH manager 2/2] ui: ceph/ServiceList: do not autoLoad the updatestore
Dominik Csapak
d.csapak at proxmox.com
Thu Apr 2 10:53:45 CEST 2020
they load once anyway with 'autoStart'
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/ceph/ServiceList.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/manager6/ceph/ServiceList.js b/www/manager6/ceph/ServiceList.js
index d5c317c1..ce688eae 100644
--- a/www/manager6/ceph/ServiceList.js
+++ b/www/manager6/ceph/ServiceList.js
@@ -121,7 +121,6 @@ Ext.define('PVE.node.CephServiceList', {
}
view.versionsstore = Ext.create('Proxmox.data.UpdateStore', {
- autoLoad: true,
autoStart: true,
interval: 10000,
storeid: 'ceph-versions-' + view.type + '-list' + view.nodename,
--
2.20.1
More information about the pve-devel
mailing list