start experimental tape management GUI

You need to set the environment TEST_TAPE_GUI=1 to enable this.
The current GUI is only a placeholder.
This commit is contained in:
Dietmar Maurer
2020-12-04 12:50:08 +01:00
parent 179145dc24
commit ff50c07ebf
3 changed files with 32 additions and 0 deletions

View File

@ -4,6 +4,13 @@ IMAGES := \
images/logo-128.png \
images/proxmox_logo.png
TAPE_UI_FILES=
ifdef TEST_TAPE_GUI
TAPE_UI_FILES= \
TapeManagement.js
endif
JSSRC= \
Utils.js \
form/UserSelector.js \
@ -63,6 +70,7 @@ JSSRC= \
ServerStatus.js \
ServerAdministration.js \
Dashboard.js \
${TAPE_UI_FILES} \
NavigationTree.js \
Application.js \
MainView.js