Commit 064570f96cdfb7ccc0da63fa678f25e5ef1fa914

Authored by grouille
1 parent b284256b

MAJ

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -4,14 +4,14 @@ @@ -4,14 +4,14 @@
4 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Valeurs des capteurs</h1> 4 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Valeurs des capteurs</h1>
5 <table class="table table-striped table-bordered"> 5 <table class="table table-striped table-bordered">
6 <tbody> 6 <tbody>
7 - <th> 7 + <tr>
8 <td>Nom</td> 8 <td>Nom</td>
9 <td>Raspberry</td> 9 <td>Raspberry</td>
10 <td>Type</td> 10 <td>Type</td>
11 <td>Valeur</td> 11 <td>Valeur</td>
12 <td>Unité</td> 12 <td>Unité</td>
13 <td>Arrêt</td> 13 <td>Arrêt</td>
14 - </th> 14 + </tr>
15 15
16 <?php 16 <?php
17 $sensors = getSensors(); 17 $sensors = getSensors();