# HG changeset patch # User Thomas Junk # Date 1557477249 -7200 # Node ID 9a02b770c2e6879f334f84e11247b47e636f130a # Parent 86231e847762db91c55acaef0e503844cec25e1c show_statistics: refac to fairwayavailability diff -r 86231e847762 -r 9a02b770c2e6 client/src/components/App.vue --- a/client/src/components/App.vue Fri May 10 10:32:39 2019 +0200 +++ b/client/src/components/App.vue Fri May 10 10:34:09 2019 +0200 @@ -14,7 +14,7 @@ - +
@@ -102,7 +102,8 @@ Contextbox: () => import("./Contextbox"), Toolbar: () => import("./toolbar/Toolbar"), Popup: () => import("./Popup"), - Statistics: () => import("./Statistics"), + AvailableFairwayDepthDialogue: () => + import("./fairway/AvailableFairwayDepthDialogue.vue"), MapPopup: () => import("./map/MapPopup") } }; diff -r 86231e847762 -r 9a02b770c2e6 client/src/components/Statistics.vue --- a/client/src/components/Statistics.vue Fri May 10 10:32:39 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,342 +0,0 @@ - - - - - diff -r 86231e847762 -r 9a02b770c2e6 client/src/components/fairway/AvailableFairwayDepthDialogue.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue Fri May 10 10:34:09 2019 +0200 @@ -0,0 +1,342 @@ + + + + + diff -r 86231e847762 -r 9a02b770c2e6 client/src/components/toolbar/AvailableFairwayDepth.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/toolbar/AvailableFairwayDepth.vue Fri May 10 10:34:09 2019 +0200 @@ -0,0 +1,36 @@ + + + diff -r 86231e847762 -r 9a02b770c2e6 client/src/components/toolbar/Statistics.vue --- a/client/src/components/toolbar/Statistics.vue Fri May 10 10:32:39 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ - - - diff -r 86231e847762 -r 9a02b770c2e6 client/src/components/toolbar/Toolbar.vue --- a/client/src/components/toolbar/Toolbar.vue Fri May 10 10:32:39 2019 +0200 +++ b/client/src/components/toolbar/Toolbar.vue Fri May 10 10:34:09 2019 +0200 @@ -13,7 +13,7 @@ - +
import("./Profiles"), Gauges: () => import("./Gauges"), Pdftool: () => import("./Pdftool"), - Statistics: () => import("./Statistics.vue") + AvailableFairwayDepth: () => import("./AvailableFairwayDepth") }, computed: { ...mapState("map", ["openLayersMaps"]),