Commit ed805a98925d87bed3d58433b345978aca9489d8

Authored by grouille
1 parent bc0324e0

Suppression RPI + capteur

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
site/header.php
... ... @@ -10,8 +10,8 @@
10 10 require_once("accesBase.php") ;
11 11 $membre = getMembreByIdPwd($_SESSION['Login'], $_SESSION['Password']);
12 12 ?>
13   - <a href="gestionRaspberry.php"><i class="far fa-plus-square"></i> Raspberry</a>
14   - <a href="gestionCapteur.php"><i class="far fa-plus-square"></i> Capteur</a>
  13 + <a href="gestionRaspberry.php"><i class="fas fa-cogs"></i> Raspberry</a>
  14 + <a href="gestionCapteur.php"><i class="fas fa-cogs"></i> Capteur</a>
15 15 <a href="send.php"><i class="fa fa-file-upload"></i> Upload</a>
16 16 <a href="history.php"><i class="fas fa-history"></i> Historique</a>
17 17 <a href="rechercheGraphe.php"><i class="fas fa-chart-line"></i> Graphiques</a>
... ...