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:
Dominik Csapak 2019-11-27 16:27:34 +01:00 committed by Thomas Lamprecht
parent a6dcb75cd4
commit f3c90a1d7c

View File

@ -191,5 +191,7 @@ Ext.define('PVE.dc.UserView', {
});
me.callParent();
Proxmox.Utils.monStoreErrors(me, store);
}
});