[pmg-devel] [PATCH pmg-gui v2 1/2] js/MailProxyTLSDomains.js: reload UpdateStore
Stoiko Ivanov
s.ivanov at proxmox.com
Fri Sep 28 10:50:24 CEST 2018
instead of DiffStore, fixing the grid remaining empty for one second after
a change glitch
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
js/MailProxyTLSDomains.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/MailProxyTLSDomains.js b/js/MailProxyTLSDomains.js
index 419573c..9aca1e8 100644
--- a/js/MailProxyTLSDomains.js
+++ b/js/MailProxyTLSDomains.js
@@ -29,7 +29,7 @@ Ext.define('PMG.MailProxyTLSDomains', {
var store = Ext.create('Proxmox.data.DiffStore', { rstore: rstore});
var reload = function() {
- store.load();
+ rstore.load();
};
me.selModel = Ext.create('Ext.selection.RowModel', {});
--
2.11.0
More information about the pmg-devel
mailing list