summaryrefslogtreecommitdiff
path: root/.env.ibm
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-06 19:24:14 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-26 16:48:19 +0300
commit0b980dbfe69e1b3f59d5b26e83d16ecbdab95ecb (patch)
tree57c664cedf5702d50cd2513979bdf36b1b1d71a7 /.env.ibm
parent7026cad99fbc3b4584e5ce60dbb8476f6c6f41f7 (diff)
downloadwebui-vue-0b980dbfe69e1b3f59d5b26e83d16ecbdab95ecb.tar.xz
Make copy of single file firmware upload
Make a copy of single file firmware upload component and store in env directory. Update IBM router to use copied single file firmware components. Update IBM store module to use copied single file firmware store. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I046ce6c69a02b90400058866295b84c5435f5a4b
Diffstat (limited to '.env.ibm')
-rw-r--r--.env.ibm3
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.ibm b/.env.ibm
index cb57a879..4fe4ab49 100644
--- a/.env.ibm
+++ b/.env.ibm
@@ -3,4 +3,5 @@ VUE_APP_ENV_NAME=ibm
VUE_APP_COMPANY_NAME="IBM"
CUSTOM_STYLES=true
CUSTOM_APP_NAV=true
-CUSTOM_ROUTER=true \ No newline at end of file
+CUSTOM_ROUTER=true
+CUSTOM_STORE=true \ No newline at end of file