Commit dbccab4e66c629f5b91ea2dd02a03c58e6cdb43a

Authored by grouille
1 parent 2145bec8

Affichage du réseau

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -19,7 +19,7 @@ $nombre = count($raspberrys); @@ -19,7 +19,7 @@ $nombre = count($raspberrys);
19 $cpt++; 19 $cpt++;
20 $ip = $raspberry['ip']; 20 $ip = $raspberry['ip'];
21 ?> 21 ?>
22 - <table class="table table-striped table-hover table-bordered"> 22 + <table class="table table-striped table-hover table-bordered" style="margin-top:10px;">
23 <thead class="thead-dark"> 23 <thead class="thead-dark">
24 <th width="15%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th> 24 <th width="15%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th>
25 <th width="85%" colspan="2"><p style="font-size: 14px;"><?php echo $ip;?></p></th> 25 <th width="85%" colspan="2"><p style="font-size: 14px;"><?php echo $ip;?></p></th>