# HG changeset patch # User Markus Kottlaender # Date 1558449082 -7200 # Node ID c0c880553cd5369aac9bcb06d2a81f9952ee9260 # Parent 8d6e70a9ffcbb9eec532335c3e2a6151a635870e client: import review: added section details (actually just the link to move the map to the feature) diff -r 8d6e70a9ffcb -r c0c880553cd5 client/src/components/importoverview/LogDetail.vue --- a/client/src/components/importoverview/LogDetail.vue Tue May 21 16:29:38 2019 +0200 +++ b/client/src/components/importoverview/LogDetail.vue Tue May 21 16:31:22 2019 +0200 @@ -3,7 +3,7 @@
- + +
import("./SoundingResultDetail"), - StretchDetail: () => import("./StretchDetails"), + StretchDetails: () => import("./StretchDetails"), + SectionDetails: () => import("./SectionDetails"), FairwayDimensionDetail: () => import("./FairwayDimensionDetail"), ApprovedGaugeMeasurementDetail: () => import("./ApprovedGaugeMeasurementDetail"), @@ -102,6 +104,9 @@ isST() { return this.kind === "ST"; }, + isSEC() { + return this.kind === "SEC"; + }, isSR() { return this.kind === "SR"; } diff -r 8d6e70a9ffcb -r c0c880553cd5 client/src/components/importoverview/SectionDetails.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/importoverview/SectionDetails.vue Tue May 21 16:31:22 2019 +0200 @@ -0,0 +1,67 @@ + + +