diff --git a/www/tape/BackupOverview.js b/www/tape/BackupOverview.js index c90d23d7..a5bbfc09 100644 --- a/www/tape/BackupOverview.js +++ b/www/tape/BackupOverview.js @@ -148,7 +148,8 @@ Ext.define('PBS.TapeManagement.BackupOverview', { Proxmox.Utils.setErrorMask(view, false); node.expand(); } catch (error) { - Proxmox.Utils.setErrorMask(view, error.toString()); + Proxmox.Utils.setErrorMask(view, false); + Ext.Msg.alert('Error', error.toString()); } },