summaryrefslogtreecommitdiff
path: root/src/views/Health/Dumps/Dumps.vue
AgeCommit message (Collapse)AuthorFilesLines
2021-03-01Move Dumps page components to main view and store directoriesYoshie Muranaka1-0/+332
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