summaryrefslogtreecommitdiff
path: root/src/env/router
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2021-02-23 22:23:52 +0300
committerDerick Montague <derick.montague@ibm.com>2021-03-01 16:45:05 +0300
commitaa5e950b219343fff77ddde855088e694806edf8 (patch)
tree76aa992e83f422fa8e5474b01e77b35a8a4838bb /src/env/router
parent33d755f4e62beff72101f6ca07e4d31b04e13826 (diff)
downloadwebui-vue-aa5e950b219343fff77ddde855088e694806edf8.tar.xz
Move Dumps page components to main view and store directories
This commit will move away from storing env specific component views and store modules in the env directory. This will help simplify the file structure for dotenv customizations. The env directory will only store modifications to the main store register, router definitions, and app navigation. Pages that are "hidden" by default, like dumps, would still need to be imported and registered in the specific environments. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ia5ad76235e00127281f3fa564cb89ec2ca2e0f25
Diffstat (limited to 'src/env/router')
-rw-r--r--src/env/router/ibm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env/router/ibm.js b/src/env/router/ibm.js
index c4e1a698..317125e2 100644
--- a/src/env/router/ibm.js
+++ b/src/env/router/ibm.js
@@ -27,7 +27,7 @@ import SslCertificates from '@/views/AccessControl/SslCertificates';
import i18n from '@/i18n';
// Custom components
-import Dumps from '../components/Dumps';
+import Dumps from '@/views/Health/Dumps';
const routes = [
{