proxmox-backup/www/tape
Dominik Csapak 9896a75caf ui: tape/ChangerStatus: handle vanishing view during reload
since reload is an async function, the view can be destroyed during
any 'await' point. Subsequent accesses to the view will fail, and we
will land in the catch. Check there if the view is destroyed, and
do not raise an error with the user then

also cancel any outstanding timer on 'deactivate' and 'destroy'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-03-01 14:01:31 +01:00
..
form ui: tape/PoolEdit: add selector for encryption keys 2021-02-04 17:36:06 +01:00
window ui: rename 'Changer Slot' to 'Drive Number' 2021-02-27 09:51:13 +01:00
BackupJobs.js tape: add 'latest-only' property to backup job config 2021-02-24 11:19:12 +01:00
BackupOverview.js ui: tape/BackupOverview: insert the tapes between media-set and snapshot 2021-02-17 06:55:53 +01:00
ChangerConfig.js ui: tape: add Changer config grid 2021-01-29 16:53:33 +01:00
ChangerStatus.js ui: tape/ChangerStatus: handle vanishing view during reload 2021-03-01 14:01:31 +01:00
DriveConfig.js ui: use grouping feature for drive configuration grid 2021-02-27 09:37:47 +01:00
DriveStatus.js ui: tape: add DriveStatus panel 2021-03-01 12:33:53 +01:00
EncryptionKeys.js tape: add 'Restore Key' button 2021-03-01 11:11:38 +01:00
PoolConfig.js ui: tape/PoolConfig: add flex to columns 2021-02-04 17:36:18 +01:00
TapeInventory.js ui: tape inventory - allow to set/clear media status 2021-02-26 11:06:11 +01:00
TapeManagement.js ui: tape: ChangerStatus: remove changerselector combobox 2021-03-01 12:36:09 +01:00