From aa5e950b219343fff77ddde855088e694806edf8 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 23 Feb 2021 11:23:52 -0800 Subject: 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 Change-Id: Ia5ad76235e00127281f3fa564cb89ec2ca2e0f25 --- src/views/Health/Dumps/DumpsForm.vue | 95 ++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 src/views/Health/Dumps/DumpsForm.vue (limited to 'src/views/Health/Dumps/DumpsForm.vue') diff --git a/src/views/Health/Dumps/DumpsForm.vue b/src/views/Health/Dumps/DumpsForm.vue new file mode 100644 index 00000000..02ec1864 --- /dev/null +++ b/src/views/Health/Dumps/DumpsForm.vue @@ -0,0 +1,95 @@ + + + -- cgit v1.2.3