diff --git a/www/config/ACLView.js b/www/config/ACLView.js index 2e0fd83f..0e9004c8 100644 --- a/www/config/ACLView.js +++ b/www/config/ACLView.js @@ -77,6 +77,7 @@ Ext.define('PBS.config.ACLView', { params.exact = view.aclExact; } proxy.setExtraParams(params); + Proxmox.Utils.monStoreErrors(view, view.getStore().rstore); }, }, diff --git a/www/config/UserView.js b/www/config/UserView.js index bd19632f..7a869d44 100644 --- a/www/config/UserView.js +++ b/www/config/UserView.js @@ -60,6 +60,10 @@ Ext.define('PBS.config.UserView', { }, reload: function() { this.getView().getStore().rstore.load(); }, + + init: function(view) { + Proxmox.Utils.monStoreErrors(view, view.getStore().rstore); + }, }, listeners: {