changeset 4914:5cdedfea740f fairway-marks-import

Layout fix for import configuration
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Feb 2020 09:30:27 +0100
parents 8c1a3d5e3962
children db134712519b
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	Mon Feb 10 18:47:27 2020 +0100
+++ b/client/src/components/importconfiguration/Import.vue	Tue Feb 11 09:30:27 2020 +0100
@@ -6,8 +6,8 @@
       <UITableHeader
         :columns="[
           { id: 'id', title: `${idLabel}`, width: '60px;' },
-          { id: 'kind', title: `${typeLabel}`, width: '60px;' },
-          { id: 'user', title: `${ownerLabel}`, width: '250px' },
+          { id: 'kind', title: `${typeLabel}`, width: '80px;' },
+          { id: 'user', title: `${ownerLabel}`, width: '230px' },
           { 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:60px" class="table-cell py-1">
+          <div style="width:80px" class="table-cell py-1">
             {{ schedule.kind.toUpperCase() }}
           </div>
-          <div style="width:250px;" class="table-cell py-1">
+          <div style="width:230px;" class="table-cell py-1">
             {{ schedule.user }}
           </div>
           <div style="width:80px;" class="table-cell py-1">