Correction dateStart
This commit is contained in:
parent
f559f69d1c
commit
58727502d1
@ -44,7 +44,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fichier</th>
|
||||
<th>Date Ajout</th>
|
||||
<th>Ajout</th>
|
||||
<th>Départ</th>
|
||||
<th>Lignes Traités</th>
|
||||
<th>Lignes Total</th>
|
||||
<th>Message d'erreur</th>
|
||||
@ -56,6 +57,7 @@
|
||||
<tr id="<?=$file->id?>" class="encours">
|
||||
<td><?=$file->fichier?></td>
|
||||
<td><?=$file->dateAdded?></td>
|
||||
<td><?=$file->dateStart?></td>
|
||||
<td class="ligne"><?=$file->nbLigneT?></td>
|
||||
<td><?=$file->nbLigne?></td>
|
||||
<td><?=$file->error?></td>
|
||||
@ -102,7 +104,7 @@
|
||||
<tr>
|
||||
<td><?=$file->fichier?></td>
|
||||
<td><?=$file->dateAdded?></td>
|
||||
<td><?=$file->dateStarted?></td>
|
||||
<td><?=$file->dateStart?></td>
|
||||
<td><?=$file->dateStop?></td>
|
||||
<td><?=$file->nbLigneT?></td>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user