Commit 1c054ea1a09f5718645125cb597ccd7a4e51e92f

Authored by grouille
1 parent 2a2fa530

Affichage du réseau

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -17,8 +17,8 @@ $raspberrys = getRaspberrys(); @@ -17,8 +17,8 @@ $raspberrys = getRaspberrys();
17 ?> 17 ?>
18 <table class="table table-striped table-bordered table-hover"> 18 <table class="table table-striped table-bordered table-hover">
19 <thead class="thead-dark"> 19 <thead class="thead-dark">
20 - <th style="valign:middle; align:center; width:5%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th>  
21 - <th valign="middle" align="center" width="85%"><p style="font-size: 14px;"><?php echo $ip;?></p></th> 20 + <th valign="middle" align="center" width="20%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th>
  21 + <th valign="middle" align="center" width="80%"><p style="font-size: 14px;"><?php echo $ip;?></p></th>
22 </thead> 22 </thead>
23 <tbody> 23 <tbody>
24 <tr> 24 <tr>