ui: enable experimental tape UI if tape.cfg exists

This commit is contained in:
Dietmar Maurer
2021-03-03 08:27:54 +01:00
parent 347cde827b
commit 40bf636b47
6 changed files with 16 additions and 10 deletions

View File

@ -5,9 +5,6 @@ IMAGES := \
images/logo-128.png \
images/proxmox_logo.png
TAPE_UI_FILES=
ifdef TEST_TAPE_GUI
TAPE_UI_FILES= \
tape/form/AllocationSelector.js \
tape/form/ChangerSelector.js \
@ -18,7 +15,7 @@ TAPE_UI_FILES= \
tape/form/KeySelector.js \
tape/window/ChangerEdit.js \
tape/window/DriveEdit.js \
tape/window/Erase.js \
tape/window/Erase.js \
tape/window/EncryptionEdit.js \
tape/window/LabelMedia.js \
tape/window/PoolEdit.js \
@ -34,9 +31,7 @@ TAPE_UI_FILES= \
tape/PoolConfig.js \
tape/TapeInventory.js \
tape/BackupJobs.js \
tape/TapeManagement.js \
endif
tape/TapeManagement.js
JSSRC= \
Utils.js \