changeset 2379:f04d33fec01e

client: imports: improved table layout
author Markus Kottlaender <markus@intevation.de>
date Fri, 22 Feb 2019 14:33:33 +0100
parents c69432c1c4ac
children 5f300bd7316f
files client/src/components/importschedule/Importschedule.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/Importschedule.vue	Fri Feb 22 12:38:47 2019 +0100
+++ b/client/src/components/importschedule/Importschedule.vue	Fri Feb 22 14:33:33 2019 +0100
@@ -31,12 +31,12 @@
             <table v-if="schedules.length" class="table table-hover">
               <thead>
                 <tr>
-                  <th><translate>Import</translate></th>
+                  <th><translate>ID</translate></th>
                   <th><translate>Type</translate></th>
                   <th><translate>Author</translate></th>
                   <th><translate>Schedule</translate></th>
                   <th><translate>Email</translate></th>
-                  <th></th>
+                  <th style="width: 140px"></th>
                 </tr>
               </thead>
               <tbody>