Commit 250af22ca91d0b0a22c7d41eb4ed178a1bbe0e41
1 parent
535aec59
Test de lancement d'Ansible depuis le site
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
site/reponse.php
1 | -<div class="row" style="margin-bottom:20px; margin-top:60px;"> | |
2 | - <div class="col-4 col-md-4 offset-4 offset-md-4"> | |
1 | +<div class="row"> | |
2 | + <div class="col-4 col-md-4 offset-4 offset-md-4" style="margin-bottom:20px; margin-top:60px;"> | |
3 | 3 | <br/> |
4 | 4 | <div class="alert <?php echo $color;?>" role="alert"> |
5 | 5 | <?php echo $message;?> | ... | ... |