comparison client/src/components/Search.vue @ 2464:bc0f1771497a

Use better suited icon for gauges in search results. Kudos to Markus for showing me how to do this correctly.
author Sascha Wilde <wilde@intevation.de>
date Mon, 04 Mar 2019 16:30:46 +0100
parents 219c5b57ef5b
children 6446bf6d2a89
comparison
equal deleted inserted replaced
2463:8cc3cd1b27f2 2464:bc0f1771497a
57 v-if="entry.type === 'city'" 57 v-if="entry.type === 'city'"
58 class="mr-1" 58 class="mr-1"
59 fixed-width 59 fixed-width
60 /> 60 />
61 <font-awesome-icon 61 <font-awesome-icon
62 icon="ruler" 62 icon="ruler-vertical"
63 v-if="entry.type === 'gauge'" 63 v-if="entry.type === 'gauge'"
64 class="mr-1" 64 class="mr-1"
65 fixed-width 65 fixed-width
66 /> 66 />
67 {{ entry.name }} 67 {{ entry.name }}