# HG changeset patch # User Thomas Junk # Date 1562320638 -7200 # Node ID d5d4a38866bd19785bd47233b21d51f23326ed19 # Parent bb71c80a3357ec0774fe7ce195c6efcbd8985d75# Parent 33180c25bd87c1b3e9cd60b3a9b45ed4134b8917 merge with default diff -r bb71c80a3357 -r d5d4a38866bd client/src/components/Search.vue --- a/client/src/components/Search.vue Fri Jul 05 11:03:51 2019 +0200 +++ b/client/src/components/Search.vue Fri Jul 05 11:57:18 2019 +0200 @@ -70,7 +70,12 @@ class="mr-1" fixed-width /> - {{ entry.name }} {{ entry.locationcode }} + {{ entry.name }} + ({{ entry.location + }}, {{ entry.locationcode }}) diff -r bb71c80a3357 -r d5d4a38866bd client/src/components/importconfiguration/ScheduledImports.vue --- a/client/src/components/importconfiguration/ScheduledImports.vue Fri Jul 05 11:03:51 2019 +0200 +++ b/client/src/components/importconfiguration/ScheduledImports.vue Fri Jul 05 11:57:18 2019 +0200 @@ -132,241 +132,281 @@ :sortBy="sortBy" /> -
-