comparison client/src/components/importoverview/LogEntry.vue @ 2609:546ed93a9829

overview2: usability
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 13 Mar 2019 10:08:31 +0100
parents 11fd7ee37f10
children be60888e7c43
comparison
equal deleted inserted replaced
2608:13377f2a5c42 2609:546ed93a9829
1 <template> 1 <template>
2 <div> 2 <div>
3 <div class="logentry d-flex flex-row text-left"> 3 <div class="d-flex flex-row text-left">
4 <font-awesome-icon 4 <font-awesome-icon
5 v-if="entry.id === show" 5 v-if="entry.id === show"
6 @click="toggleDetails" 6 @click="toggleDetails"
7 class="my-auto mr-1 text-info pointer" 7 class="my-auto mr-1 text-info pointer"
8 icon="angle-down" 8 icon="angle-down"
134 STATES: STATES 134 STATES: STATES
135 }; 135 };
136 </script> 136 </script>
137 137
138 <style lang="scss" scoped> 138 <style lang="scss" scoped>
139 .logentry {
140 }
141
142 .id { 139 .id {
143 width: 10%; 140 width: 10%;
144 } 141 }
145 .kind { 142 .kind {
146 width: 10%; 143 width: 10%;