ui: tape: add ChangerStatus panel

this lets the users manage changers and lets them view the status of one
by having an overview of:
* slots for tapes
* import/export slots
* drives

lets the user:
* barcode-label all the tapes in the library
* move tapes between slots, into/out of drives
* show some basic info when a tape is loaded into a drive
* show the status of a drive
* clean a drive

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-01-28 12:59:48 +01:00
committed by Dietmar Maurer
parent 07d6c0967d
commit fd9aa8dfa2
2 changed files with 632 additions and 0 deletions

View File

@ -21,6 +21,7 @@ TAPE_UI_FILES= \
tape/window/PoolEdit.js \
tape/window/TapeBackup.js \
tape/BackupOverview.js \
tape/ChangerStatus.js \
TapeManagement.js
endif