ui: tape: add DriveConfig panel

mostly typical CRUD interface for managing drives, with an
additional actioncolumn containing some useful actions, e.g.
* reading the label
* show volume-statistics
* show the status
* label the inserted tape

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

View File

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