# HG changeset patch # User Thomas Junk # Date 1552406929 -3600 # Node ID 11fd7ee37f10c4ee8e2e7e8d8347ae49c5a09f4f # Parent 8d767359fddb33c9a297ab1934be047a99f50799 overview2: added stretch zoom functionality diff -r 8d767359fddb -r 11fd7ee37f10 client/src/assets/application.scss --- a/client/src/assets/application.scss Tue Mar 12 16:16:43 2019 +0100 +++ b/client/src/assets/application.scss Tue Mar 12 17:08:49 2019 +0100 @@ -179,3 +179,7 @@ padding: 0.25rem 0.1rem; font-size: 80%; } + +.empty { + margin-right: 1.25rem; +} diff -r 8d767359fddb -r 11fd7ee37f10 client/src/components/importoverview/AdditionalDetail.vue --- a/client/src/components/importoverview/AdditionalDetail.vue Tue Mar 12 16:16:43 2019 +0100 +++ b/client/src/components/importoverview/AdditionalDetail.vue Tue Mar 12 17:08:49 2019 +0100 @@ -1,12 +1,18 @@ @@ -31,7 +37,6 @@ components: { SoundingResultDetail: () => import("./SoundingResultDetail.vue"), BottleneckDetail: () => import("./BottleneckDetail.vue"), - StretchDetail: () => import("./StretchDetails.vue"), ApprovedGaugeMeasurementDetail: () => import("./ApprovedGaugeMeasurementDetail.vue"), FairwayDimensionDetail: () => import("./FairwayDimension.vue") diff -r 8d767359fddb -r 11fd7ee37f10 client/src/components/importoverview/LogDetail.vue --- a/client/src/components/importoverview/LogDetail.vue Tue Mar 12 16:16:43 2019 +0100 +++ b/client/src/components/importoverview/LogDetail.vue Tue Mar 12 17:08:49 2019 +0100 @@ -1,7 +1,7 @@