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
diff --git a/.env.ibm b/.env.ibm
index b781328..cb57a87 100644
--- a/.env.ibm
+++ b/.env.ibm
@@ -2,4 +2,5 @@
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