diff client/src/components/importoverview/LogEntry.vue @ 4774:1fd771b08ced

import_overview: added 'changed' column
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 21 Oct 2019 12:35:46 +0200
parents 725bdc6a9d38
children 008bc1ae8897
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Mon Oct 21 11:59:14 2019 +0200
+++ b/client/src/components/importoverview/LogEntry.vue	Mon Oct 21 12:35:46 2019 +0200
@@ -27,6 +27,9 @@
     <div style="width: 72px;" :class="stateStyle">
       {{ entry.state }}
     </div>
+    <div style="width: 138px;" class="table-cell center">
+      {{ entry.changed | dateTime }}
+    </div>
     <div style="width: 44px;" class="table-cell center">
       <font-awesome-icon
         v-if="entry.warnings || entry.errors"