mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-15 04:08:04 +00:00
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:
parent
30f63e7df1
commit
fde3e23dcd
@ -134,7 +134,6 @@ Ext.define('PVE.node.CephServiceList', {
|
|||||||
view.on('destroy', view.versionsstore.stopUpdate);
|
view.on('destroy', view.versionsstore.stopUpdate);
|
||||||
|
|
||||||
view.rstore = Ext.create('Proxmox.data.UpdateStore', {
|
view.rstore = Ext.create('Proxmox.data.UpdateStore', {
|
||||||
autoLoad: true,
|
|
||||||
autoStart: true,
|
autoStart: true,
|
||||||
interval: 3000,
|
interval: 3000,
|
||||||
storeid: 'ceph-' + view.type + '-list' + view.nodename,
|
storeid: 'ceph-' + view.type + '-list' + view.nodename,
|
||||||
|
Loading…
Reference in New Issue
Block a user