Commit b4bf1db0624fec93b4c6e2a8eb26cc88af942a2c

Authored by grouille
1 parent 81c6351e

Affichage du réseau

Showing 1 changed file with 8 additions and 9 deletions   Show diff stats
@@ -9,26 +9,25 @@ $capteurs = getSensors(); @@ -9,26 +9,25 @@ $capteurs = getSensors();
9 <div class="col-6 col-md-6 offset-md-3 offset-3"> 9 <div class="col-6 col-md-6 offset-md-3 offset-3">
10 <br/> 10 <br/>
11 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-network-wired"></i> Le réseau</h1> 11 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-network-wired"></i> Le réseau</h1>
12 - <table class="table table-striped table-bordered table-hover table-dark"> 12 + <table class="table table-striped table-bordered table-hover">
  13 + <thead class="thead-dark">
  14 + <th><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th>
  15 + <th valign="middle" align="center" witdh="75%"><p style="font-size: 14px;">172.26.145.114</p></th>
  16 + </thead>
13 <tbody> 17 <tbody>
14 <tr> 18 <tr>
15 - <td><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></td>  
16 - <td valign="middle" align="center" witdh="75%"><p style="font-size: 14px;">172.26.145.114</p></td>  
17 - </tr>  
18 -  
19 - <tr>  
20 <td><label for="start">Date de début :</label></td> 19 <td><label for="start">Date de début :</label></td>
21 - <td></td> 20 + <td>ok</td>
22 </tr> 21 </tr>
23 22
24 <tr> 23 <tr>
25 <td><label for="end">Date de fin :</label></td> 24 <td><label for="end">Date de fin :</label></td>
26 - <td></td> 25 + <td>ok</td>
27 </tr> 26 </tr>
28 27
29 <tr> 28 <tr>
30 <td><label for"nombre">Nombre de points :</label></td> 29 <td><label for"nombre">Nombre de points :</label></td>
31 - <td></td> 30 + <td>ok</td>
32 </tr> 31 </tr>
33 </tbody> 32 </tbody>
34 </table> 33 </table>