---
 www/manager5/data/UpdateStore.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/manager5/data/UpdateStore.js b/www/manager5/data/UpdateStore.js
index b927930..bf48611 100644
--- a/www/manager5/data/UpdateStore.js
+++ b/www/manager5/data/UpdateStore.js
@@ -1,3 +1,9 @@
+/* Extends the Ext.data.Store type
+ * with  startUpdate() and stopUpdate() methods
+ * to refresh the store data in the background
+ * Components using this store directly will flicker
+ * due to the redisplay of the element ater 'config.interval' ms
+ */
 Ext.define('PVE.data.UpdateStore', {
     extend: 'Ext.data.Store',
 
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to