]> git.proxmox.com Git - proxmox-backup.git/commit - www/DataStoreContent.js
ui: fix error when reloading DataStoreContent
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 28 Jul 2020 12:32:10 +0000 (14:32 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 29 Jul 2020 05:13:12 +0000 (07:13 +0200)
commit80db161e05c4c0a19d88a3bffe684d3af9afe9c3
tree23fdba8a0ead2e8bef5a87d7d8f5233cbf1c51a1
parentbe10cdb122c4e00926f30c01c20f347042f55433
ui: fix error when reloading DataStoreContent

...when an entry is selected, that doesn't exist after the reload.

E.g. when one deletes selects a file within a snapshot and then clicks
the delete icon for said snapshot, focusRow would then fail and the
loading mask stay on until a reload.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
www/DataStoreContent.js