diff client/src/components/importoverview/LogEntry.vue @ 4915:db134712519b fairway-marks-import

import overview remove fm prefix from import kind to circumvent layout problems
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Feb 2020 16:13:57 +0100
parents e89c1140f0a8
children 9f0830a1845d
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Tue Feb 11 09:30:27 2020 +0100
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Feb 11 16:13:57 2020 +0100
@@ -9,16 +9,16 @@
       />
       {{ entry.id }}
     </div>
-    <div style="width: 50px;" class="table-cell center">
-      {{ entry.kind.toUpperCase() }}
+    <div style="width: 55px;" class="table-cell center">
+      {{ entry.kind.replace("fm_", "").toUpperCase() }}
     </div>
-    <div style="width: 138px;" class="table-cell center">
+    <div style="width: 135px;" class="table-cell center">
       {{ entry.enqueued | dateTime }}
     </div>
     <div style="width: 80px;" class="table-cell truncate">
       {{ entry.user }}
     </div>
-    <div style="width: 55px;" class="table-cell center">
+    <div style="width: 50px;" class="table-cell center">
       {{ userCountries[entry.user] }}
     </div>
     <div style="width: 80px;" class="table-cell truncate">