comparison client/src/components/importschedule/Importschedule.vue @ 2379:f04d33fec01e

client: imports: improved table layout
author Markus Kottlaender <markus@intevation.de>
date Fri, 22 Feb 2019 14:33:33 +0100
parents 7b79d4966a87
children c06b001dc26b
comparison
equal deleted inserted replaced
2378:c69432c1c4ac 2379:f04d33fec01e
29 </div> 29 </div>
30 </div> 30 </div>
31 <table v-if="schedules.length" class="table table-hover"> 31 <table v-if="schedules.length" class="table table-hover">
32 <thead> 32 <thead>
33 <tr> 33 <tr>
34 <th><translate>Import</translate></th> 34 <th><translate>ID</translate></th>
35 <th><translate>Type</translate></th> 35 <th><translate>Type</translate></th>
36 <th><translate>Author</translate></th> 36 <th><translate>Author</translate></th>
37 <th><translate>Schedule</translate></th> 37 <th><translate>Schedule</translate></th>
38 <th><translate>Email</translate></th> 38 <th><translate>Email</translate></th>
39 <th></th> 39 <th style="width: 140px"></th>
40 </tr> 40 </tr>
41 </thead> 41 </thead>
42 <tbody> 42 <tbody>
43 <tr v-for="schedule in schedules" :key="schedule.id"> 43 <tr v-for="schedule in schedules" :key="schedule.id">
44 <td>{{ schedule.id }}</td> 44 <td>{{ schedule.id }}</td>