mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-22 17:25:21 +00:00
ui: guest backup grid: monitor store errors
so that users see when something went wrong. Don't mask the grid directly, but rather only its view so that the title bar can be used for selecting another storage during load. Reported in the community forum: https://forum.proxmox.com/threads/get-backups-from-proxmox-randomly-fails.98383/ Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
d738b11e37
commit
98301c0877
@ -89,6 +89,8 @@ Ext.define('PVE.grid.BackupView', {
|
||||
url: url,
|
||||
});
|
||||
|
||||
Proxmox.Utils.monStoreErrors(me.view, me.store, true);
|
||||
|
||||
reload();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user