Skip to content
Snippets Groups Projects
Commit 8f008b83 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Cosmétique

parent c405cd32
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ $this->headTitle($this->translate("Log") . ' ' . $importLog->getId());
<?php echo $this->messenger()->addMessagesFromFlashMessengerWithNoNamespace(); ?>
<div class="row">
<div class="col-md-5">
<div class="col-md-6">
<?php echo $this->partial('unicaen-db-import/partial/log-dl', ['importLog' => $importLog]) ?>
</div>
</div>
......@@ -13,10 +13,10 @@
<dd class="col-md-7"><?php echo $importLog->getName(); ?></dd>
<dt class="col-md-3">Succès ?</dt>
<dd class="col-md-7"><span class="fas <?php echo $importLog->isSuccess() ? 'fa-thumbs-up text-success' : 'fa-thumbs-down text-danger' ?>"></span></dd>
<dt class="col-md-3">Log</dt>
<dd class="col-md-7"><?php echo str_replace(PHP_EOL, '<br>', $importLog->getLog()); ?></dd>
<dt class="col-md-3">Commencé le</dt>
<dd class="col-md-7"><?php echo $importLog->getStartedOnToString() ; ?></dd>
<dt class="col-md-3">Terminé le</dt>
<dd class="col-md-7"><?php echo $importLog->getEndedOnToString() ; ?></dd>
<dt class="col-md-3">Log</dt>
<dd class="col-md-7"><pre><?php echo $importLog->getLog() ?></dd>
</dl>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment