ui: tape: add TapeInventory panel

since we do not show the tapes anymore in the BackupOverview, add
another panel where we can list the available tapes in the inventory

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-02-02 14:00:39 +01:00
committed by Dietmar Maurer
parent 85ac35aa9a
commit 7101ed6e27
3 changed files with 110 additions and 0 deletions

View File

@ -26,6 +26,7 @@ TAPE_UI_FILES= \
tape/ChangerStatus.js \
tape/DriveConfig.js \
tape/PoolConfig.js \
tape/TapeInventory.js \
tape/TapeManagement.js \
endif