comparison client/src/components/importoverview/LogDetail.vue @ 2599:61aba7e78d3a

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 14:06:22 +0100
parents 02d5de05291f
children b9523d876d01
comparison
equal deleted inserted replaced
2598:5fa1ad39e1bc 2599:61aba7e78d3a
40 <span class="text-info"><translate>Additional Logs</translate></span> 40 <span class="text-info"><translate>Additional Logs</translate></span>
41 </div> 41 </div>
42 42
43 <AdditionalLog 43 <AdditionalLog
44 v-if="entry.id === showLogs" 44 v-if="entry.id === showLogs"
45 class="ml-2 d-flex flex-row" 45 class="ml-4 d-flex flex-row"
46 :entry="entry" 46 :entry="entry"
47 ></AdditionalLog> 47 ></AdditionalLog>
48 </div> 48 </div>
49 </template> 49 </template>
50 50