diff client/src/components/importoverview/LogEntry.vue @ 2593:956b230c6062

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 10:42:27 +0100
parents 5472a5be09c2
children ecec6d5aae00
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Tue Mar 12 09:44:32 2019 +0100
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Mar 12 10:42:27 2019 +0100
@@ -65,7 +65,7 @@
       </div>
     </div>
     <div class="d-flex flex-row">
-      <LogDetail v-if="show === entry.id"></LogDetail>
+      <LogDetail entry="entry" v-if="show === entry.id"></LogDetail>
     </div>
   </div>
 </template>