ui: ceph/ServiceList: do not autoLoad the rstore

The 'autoStart' triggers a initial load already

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-02 12:48:02 +02:00
parent 30f63e7df1
commit fde3e23dcd

View File

@ -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,