Skip to content

Commit d8063e4

Browse files
committed
Fix minor issue on the statistics page
1 parent 8b37063 commit d8063e4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

desktop/modal/stats.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
<?php
4040
$eqLogics = eqLogic::byType('zwavejs');
4141
foreach ($eqLogics as $eqLogic) {
42-
$nameTd = '<td><img src="' . $eqLogic->getImage() . '" height="40"/> <a href="index.php?v=d&p=zwavejs&m=zwavejs&id=' . $eqLogic->getId() . '">' . $eqLogic->getHumanName(true) . '</a></td>';
43-
$healthPage .= '<td><span class="label label-info" style="font-size : 1em;">' . $values['endpointsCount'] . '</span></td>';
42+
$nameTd = '<td><img src="' . $eqLogic->getImage() . '" height="40"/> <a href="index.php?v=d&p=zwavejs&m=zwavejs&id=' . $eqLogic->getId() . '">' . $eqLogic->getHumanName(true) . '</a></td>';
4443
$nodeId = $eqLogic->getLogicalId();
4544
echo '<tr>';
4645
echo '<td><span class="label label-primary">' . $nodeId . '</span></td>';

docs/fr_FR/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
>
55
>S'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
66
7+
# 02/03/2026
8+
9+
- Correction mineure sur la page *Statistiques*
10+
711
# 24/02/2026
812

913
- Support des images d’équipement personnalisées (Jeedom 4.5) lorsqu'aucune image n'est définie par le plugin (ex: pour le contrôleur)

0 commit comments

Comments
 (0)