comparison client/src/components/importoverview/LogEntry.vue @ 4981:9f0830a1845d

squashed the total layout to enable display of long fm importnames
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Mar 2020 09:30:30 +0100
parents db134712519b
children 84d01a536bec
comparison
equal deleted inserted replaced
4980:21d2acc080c9 4981:9f0830a1845d
7 :state="entry.id === show" 7 :state="entry.id === show"
8 :icons="['angle-right', 'angle-down']" 8 :icons="['angle-right', 'angle-down']"
9 /> 9 />
10 {{ entry.id }} 10 {{ entry.id }}
11 </div> 11 </div>
12 <div style="width: 55px;" class="table-cell center"> 12 <div style="width: 125px;" class="table-cell center">
13 {{ entry.kind.replace("fm_", "").toUpperCase() }} 13 {{ entry.kind.replace("fm_", "").toUpperCase() }}
14 </div> 14 </div>
15 <div style="width: 135px;" class="table-cell center"> 15 <div style="width: 135px;" class="table-cell center">
16 {{ entry.enqueued | dateTime }} 16 {{ entry.enqueued | dateTime }}
17 </div> 17 </div>