Commit e427bdbe authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Module StepStar : cosmétique sur la page de consultation d'un log

parent 1d5da6bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@ use StepStar\Provider\StepStarPrivileges;
            <?php endif ?>
        </dd>

        <dt>Commande</dt>
        <dd><pre><?php echo $log->getCommand() ?></pre></dd>

        <dt>Succès ?</dt>
        <dd><?php echo $log->isSuccessToString() ?></dd>

@@ -59,6 +56,9 @@ use StepStar\Provider\StepStarPrivileges;
    </dl>

    <dl class="col-md-8">
        <dt>Commande</dt>
        <dd><pre><?php echo $log->getCommand() ?></pre></dd>

        <dt>Log</dt>
        <dd class="<?php echo $log->isSuccess() ? '' : 'text-danger' ?>"><?php echo $log->getLogToHtml() ?></dd>