summaryrefslogtreecommitdiff
path: root/.env.ibm
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-03 23:58:35 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-25 06:27:21 +0300
commit3dd167a13191eedb4b7ed8cd80cf4f941049b463 (patch)
tree3883ea3ff41230557d6317dd8eabd3a594a3c496 /.env.ibm
parentf15cc7ac46022487ca36a3d8a66eb86791e040f9 (diff)
downloadwebui-vue-3dd167a13191eedb4b7ed8cd80cf4f941049b463.tar.xz
Make customizations to IBM router
Removes KVM definition from default router. Before this change, the IBM environment build would remove KVM from the app navigation, but users could still access the page by typing in url directly for the KVM page. With this change, the route should no longer be accessible and will redirect to our 404 page. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I75439bc9443f9cbabbedf80b1142dd97209f5456
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 b7813289..cb57a879 100644
--- a/.env.ibm
+++ b/.env.ibm
@@ -2,4 +2,5 @@ NODE_ENV=production
VUE_APP_ENV_NAME=ibm
VUE_APP_COMPANY_NAME="IBM"
CUSTOM_STYLES=true
-CUSTOM_APP_NAV=true \ No newline at end of file
+CUSTOM_APP_NAV=true
+CUSTOM_ROUTER=true \ No newline at end of file