2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

01_FHEMWEB.pm: show alias if possible (Forum #108960)

git-svn-id: https://svn.fhem.de/fhem/trunk@21353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-03-04 14:28:21 +00:00
parent 39b16b37d2
commit 995785e82e

View File

@ -1559,7 +1559,7 @@ FW_makeTableFromArray($$@) {
FW_pO "<table class=\"block wide $class\">";
foreach (sort @obj) {
FW_pF "<tr class=\"%s\"><td>", (($row++)&1)?"odd":"even";
FW_pH "detail=$_", $_;
FW_pH "detail=$_", AttrVal($_, 'alias', $_);
FW_pO "</td><td>";
FW_pO $defs{$_}{STATE} if(defined($defs{$_}{STATE}));
FW_pO "</td><td>";