Commit 89281ebcb8075f434d602133547d377fb49e84fa

Authored by grouille
1 parent b99b7d10

Affichage du réseau

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/network.php
... ... @@ -12,7 +12,7 @@ $capteurs = getSensors();
12 12 <table class="table table-striped table-bordered table-hover table-dark">
13 13 <tbody>
14 14 <tr>
15   - <td><img src="img/rpi.png" alt="Raspberry" style="width:50px; height:50px;"></td>
  15 + <td><img src="img/pi.png" alt="Raspberry" style="width:50px; height:50px;"></td>
16 16 <td>172.26.145.114</td>
17 17 </tr>
18 18  
... ...