Commit 2c688df7c759b700c3896dc4d4481c9c8bfd6808

Authored by grouille
1 parent cfadb181

Affichage du réseau

Showing 2 changed files with 1 additions and 1 deletions   Show diff stats
site/img/distance.png 0 → 100644

5.3 KB

site/network.php
... ... @@ -34,7 +34,7 @@ $raspberrys = getRaspberrys();
34 34 }
35 35 else if(strcmp($capteur['type'], "Distance") == 0)
36 36 {
37   - $source = "img/pi.png";
  37 + $source = "img/distance.png";
38 38 }
39 39 ?>
40 40 <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td>
... ...