]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/ceph/Status.js
drop all hide calls
[pve-manager.git] / www / manager6 / ceph / Status.js
index 495bd42ca5a34812f004b2d87f429bc43b59f76b..171cc2af7942e3e6644cbd05bd45f5af124e8ca4 100644 (file)
@@ -122,7 +122,6 @@ Ext.define('PVE.node.CephStatus', {
        me.callParent();
 
        me.on('activate', me.rstore.startUpdate);
-       me.on('hide', me.rstore.stopUpdate);
        me.on('destroy', me.rstore.stopUpdate);
     }
 });