Commit 14fd87ea02814fff6891acb3a1cbe26509d3945d
1 parent
dc57dab1
Affichage du réseau
Showing
2 changed files
with
4 additions
and
5 deletions
Show diff stats
site/css/style.css
site/network.php
@@ -42,10 +42,8 @@ $nombre = count($raspberrys); | @@ -42,10 +42,8 @@ $nombre = count($raspberrys); | ||
42 | } | 42 | } |
43 | ?> | 43 | ?> |
44 | <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td> | 44 | <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td> |
45 | - <?php | ||
46 | - echo "<td>".$capteur['nom']."</td>"; | ||
47 | - ?> | ||
48 | - <td><?php echo $capteur['unite'];?></td> | 45 | + <td class="tdp"><?php echo $capteur['nom'];?></td> |
46 | + <td class="tdp"><?php echo $capteur['unite'];?></td> | ||
49 | </tr> | 47 | </tr> |
50 | <?php | 48 | <?php |
51 | } | 49 | } |