mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 09:51:10 +00:00
ui: dc/ACMEClusterView: load the correct store on reload
if we use a diff/update store combo, we have to load the updatestore not the diff store, else we get spurious empty grids Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
fc40915c7c
commit
efca2bbbc6
@ -52,7 +52,7 @@ Ext.define('PVE.dc.ACMEAccountView', {
|
||||
reload: function() {
|
||||
let me = this;
|
||||
let view = me.getView();
|
||||
view.getStore().load();
|
||||
view.getStore().rstore.load();
|
||||
},
|
||||
},
|
||||
|
||||
@ -142,7 +142,7 @@ Ext.define('PVE.dc.ACMEPluginView', {
|
||||
reload: function() {
|
||||
let me = this;
|
||||
let view = me.getView();
|
||||
view.getStore().load();
|
||||
view.getStore().rstore.load();
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user