From fde3e23dcdbcc51d481d9eb73c5fd61792964a23 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 2 Apr 2020 12:48:02 +0200 Subject: [PATCH] ui: ceph/ServiceList: do not autoLoad the rstore The 'autoStart' triggers a initial load already Signed-off-by: Thomas Lamprecht --- 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 ce688eae..581bd554 100644 --- a/www/manager6/ceph/ServiceList.js +++ b/www/manager6/ceph/ServiceList.js @@ -134,7 +134,6 @@ Ext.define('PVE.node.CephServiceList', { view.on('destroy', view.versionsstore.stopUpdate); view.rstore = Ext.create('Proxmox.data.UpdateStore', { - autoLoad: true, autoStart: true, interval: 3000, storeid: 'ceph-' + view.type + '-list' + view.nodename,