mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
01_FHEMWEB.pm: fix odd/even by Markus (Forum #53012)
git-svn-id: https://svn.fhem.de/fhem/trunk@11498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fa9e708007
commit
74e3ef1b93
@ -1501,7 +1501,6 @@ FW_makeDeviceLine($$$$$)
|
||||
} else {
|
||||
FW_pH "detail=$d", "$icon$devName", 1, "col1" if(!$usuallyAtEnd->{$d});
|
||||
}
|
||||
$row++;
|
||||
|
||||
my ($allSets, $cmdlist, $txt) = FW_devState($d, $rf, $extPage);
|
||||
$allSets = FW_widgetOverride($d, $allSets);
|
||||
@ -1612,6 +1611,7 @@ FW_showRoom()
|
||||
$extPage{group} = $g;
|
||||
|
||||
FW_makeDeviceLine($d,$row,\%extPage,$nameDisplay,\%usuallyAtEnd);
|
||||
$row++;
|
||||
}
|
||||
FW_pO "</table>";
|
||||
FW_pO "</td></tr>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user