# HG changeset patch # User Thomas Junk # Date 1626264446 -7200 # Node ID 66f2c48aa69c700742d4aeca9391bfd25eae45e1 # Parent 62caee603217006f0649db045d0855d8c9f0ac0a minor layout fixes for bottlenecks diff -r 62caee603217 -r 66f2c48aa69c client/src/components/Bottlenecks.vue --- a/client/src/components/Bottlenecks.vue Wed Jul 14 12:07:31 2021 +0200 +++ b/client/src/components/Bottlenecks.vue Wed Jul 14 14:07:26 2021 +0200 @@ -13,12 +13,12 @@ title: `${countryLabel}`, width: '100px' }, + { id: 'properties.from', title: `${chainageLabel}`, width: '155px' }, { id: 'properties.current', title: `${latestmeasurementLabel}`, width: '150px' - }, - { id: 'properties.from', title: `${chainageLabel}`, width: '155px' } + } ]" /> {{ bottleneck.properties.responsible_country }} +
+ {{ + displayCurrentChainage( + bottleneck.properties.from, + bottleneck.properties.to + ) + }} +
- {{ bottleneck.properties.current | surveyDate }} + {{ + bottleneck.properties.current | surveyDate + }}
-
- {{ - displayCurrentChainage( - bottleneck.properties.from, - bottleneck.properties.to - ) - }} -