changeset 4975:b599ad718971 fairway-marks-import

layout fix for FM imports
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 02 Mar 2020 14:12:53 +0100
parents e1d8217954a0
children ff965141d085
files client/src/components/importconfiguration/Import.vue
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/Import.vue	Fri Feb 28 20:22:25 2020 +0100
+++ b/client/src/components/importconfiguration/Import.vue	Mon Mar 02 14:12:53 2020 +0100
@@ -6,8 +6,8 @@
       <UITableHeader
         :columns="[
           { id: 'id', title: `${idLabel}`, width: '60px;' },
-          { id: 'kind', title: `${typeLabel}`, width: '80px;' },
-          { id: 'user', title: `${ownerLabel}`, width: '230px' },
+          { id: 'kind', title: `${typeLabel}`, width: '140px;' },
+          { id: 'user', title: `${ownerLabel}`, width: '220px' },
           { id: 'country', title: `${countryLabel}`, width: '80px' },
           { id: 'config.cron', title: `${scheduleLabel}`, width: '100px' },
           { id: 'config.send-email', title: `${emailLabel}`, width: '70px' }
@@ -21,10 +21,10 @@
           <div style="width:60px" class="table-cell py-1">
             {{ schedule.id }}
           </div>
-          <div style="width:80px" class="table-cell py-1">
+          <div style="width:140px" class="table-cell py-1">
             {{ schedule.kind.replace("fm_", "").toUpperCase() }}
           </div>
-          <div style="width:230px;" class="table-cell py-1">
+          <div style="width:220px;" class="table-cell py-1">
             {{ schedule.user }}
           </div>
           <div style="width:80px;" class="table-cell py-1">