# HG changeset patch # User Markus Kottlaender # Date 1542868823 -3600 # Node ID aec9ed491dadedf07d5aea90ea245c80394f00fb # Parent 9e23a2b02b32feabf060128997faf0b3533015c5 more cleanup in client/src diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/App.vue --- a/client/src/components/App.vue Thu Nov 22 07:28:21 2018 +0100 +++ b/client/src/components/App.vue Thu Nov 22 07:40:23 2018 +0100 @@ -89,7 +89,7 @@ Layers: () => import("./map/layers/Layers"), Sidebar: () => import("./Sidebar"), Search: () => import("./map/Search"), - Contextbox: () => import("./map/Contextbox"), + Contextbox: () => import("./map/contextbox/Contextbox"), Toolbar: () => import("./map/toolbar/Toolbar") } }; diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/admin/Importqueue.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/admin/Importqueue.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,170 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/admin/Logs.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/admin/Logs.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,158 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/admin/Systemconfiguration.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/admin/Systemconfiguration.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,144 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/admin/logs.vue --- a/client/src/components/admin/logs.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,158 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/admin/systemconfiguration.vue --- a/client/src/components/admin/systemconfiguration.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,144 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/Bottlenecks.vue --- a/client/src/components/map/Bottlenecks.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,233 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/Contextbox.vue --- a/client/src/components/map/Contextbox.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/Staging.vue --- a/client/src/components/map/Staging.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,148 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/contextbox/Bottlenecks.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/map/contextbox/Bottlenecks.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,233 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/contextbox/Contextbox.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/map/contextbox/Contextbox.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,90 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/contextbox/Staging.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/map/contextbox/Staging.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,148 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/contextbox/imports/Imports.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/map/contextbox/imports/Imports.vue Thu Nov 22 07:40:23 2018 +0100 @@ -0,0 +1,259 @@ + + + + + diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/imports/Importqueue.vue --- a/client/src/components/map/imports/Importqueue.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,170 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/components/map/imports/Imports.vue --- a/client/src/components/map/imports/Imports.vue Thu Nov 22 07:28:21 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,259 +0,0 @@ - - - - - diff -r 9e23a2b02b32 -r aec9ed491dad client/src/router.js --- a/client/src/router.js Thu Nov 22 07:28:21 2018 +0100 +++ b/client/src/router.js Thu Nov 22 07:40:23 2018 +0100 @@ -22,10 +22,10 @@ const Main = () => import("./components/map/Main.vue"); const Usermanagement = () => import("./components/admin/usermanagement/Usermanagement.vue"); -const Logs = () => import("./components/admin/logs.vue"); -const Importqueue = () => import("./components/map/imports/Importqueue.vue"); +const Logs = () => import("./components/admin/Logs.vue"); +const Importqueue = () => import("./components/admin/Importqueue.vue"); const Systemconfiguration = () => - import("./components/admin/systemconfiguration.vue"); + import("./components/admin/Systemconfiguration.vue"); Vue.use(Router);