changeset 4924:565da29060e7 fairway-marks-import

Strip prefix 'fm_' in import configuration overview
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 14 Feb 2020 12:34:02 +0100
parents 4fda1249f6e8
children b86ce7fc4da3
files client/src/components/importconfiguration/Import.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/Import.vue	Fri Feb 14 12:16:38 2020 +0100
+++ b/client/src/components/importconfiguration/Import.vue	Fri Feb 14 12:34:02 2020 +0100
@@ -22,7 +22,7 @@
             {{ schedule.id }}
           </div>
           <div style="width:80px" class="table-cell py-1">
-            {{ schedule.kind.toUpperCase() }}
+            {{ schedule.kind.replace("fm_", "").toUpperCase() }}
           </div>
           <div style="width:230px;" class="table-cell py-1">
             {{ schedule.user }}