Loading module/StepStar/view/step-star/log/log/consulter.phtml +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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> Loading Loading
module/StepStar/view/step-star/log/log/consulter.phtml +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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> Loading