mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 09:51:10 +00:00
gui: UserView: show api call errors
otherwise, an api error leads to an empty UserView, and the user wonders why no users show up Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a6dcb75cd4
commit
f3c90a1d7c
@ -191,5 +191,7 @@ Ext.define('PVE.dc.UserView', {
|
||||
});
|
||||
|
||||
me.callParent();
|
||||
|
||||
Proxmox.Utils.monStoreErrors(me, store);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user