proxmox-backup/www/tape
Dominik Csapak 69ebbec40b ui: tape/BackupOverview: rework BackupOverview (again)
instead of showing the snapshots directly under the pool and then the
media-sets, list the media-sets under the pool and only after the
snapshots

this has several advantages:
* we only have to read one set of tape catalog data on expand and not all of
  them everytime (which does not scale)
* we can show media-sets without snapshots, this can happen when we
  inventoried a set of tapes from another pbs instance, or lost the
  catalog data somehow

the disadvantage is that one has to go look for the media set where the
snapshot is included, but we can solve this by implementing a search
function in the future (in the backend)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-02-09 08:42:08 +01:00
..
form ui: tape/PoolEdit: add selector for encryption keys 2021-02-04 17:36:06 +01:00
window ui: tape/PoolEdit: add selector for encryption keys 2021-02-04 17:36:06 +01:00
BackupOverview.js ui: tape/BackupOverview: rework BackupOverview (again) 2021-02-09 08:42:08 +01:00
ChangerConfig.js ui: tape: add Changer config grid 2021-01-29 16:53:33 +01:00
ChangerStatus.js ui: tape/ChangerStatus: add inventory button 2021-02-05 16:12:18 +01:00
DriveConfig.js ui: tape/DriveConfig: add missing tooltips 2021-02-05 16:13:04 +01:00
EncryptionKeys.js ui: tape: add EncryptionPanel to add/remove encryption keys 2021-02-04 17:35:46 +01:00
PoolConfig.js ui: tape/PoolConfig: add flex to columns 2021-02-04 17:36:18 +01:00
TapeInventory.js ui: tape: add TapeInventory panel 2021-02-02 14:47:35 +01:00
TapeManagement.js ui: tape: add EncryptionPanel to add/remove encryption keys 2021-02-04 17:35:46 +01:00