changeset 3004:0d74727725d3

import_overview: one failed is enough
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 11 Apr 2019 10:00:03 +0200
parents 92818da6133d
children 870d2a0e866b
files client/src/components/importoverview/LogEntry.vue
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Wed Apr 10 18:50:20 2019 +0200
+++ b/client/src/components/importoverview/LogEntry.vue	Thu Apr 11 10:00:03 2019 +0200
@@ -28,7 +28,9 @@
       <span v-if="entry.state === 'running'" class="text-bold">
         {{ entry.state }}
       </span>
-      <span v-else>{{ entry.state }}</span>
+      <span v-if="entry.state !== 'running' && entry.state !== 'failed'">{{
+        entry.state
+      }}</span>
     </div>
     <div style="width: 44px;" class="table-cell center">
       <font-awesome-icon