95_Dashboard: fix for yesterdays commit

git-svn-id: https://svn.fhem.de/fhem/trunk@12246 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
talkabout
2016-10-02 19:14:08 +00:00
parent eb6b675f65
commit 9f55eccd6b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: 95_Dashboard: fix for yesterdays commit.
- feature: readingsGroup: allow grouping of similar readings from one device - feature: readingsGroup: allow grouping of similar readings from one device
14_SD_WS09.pm WH1080 CRC-Berechung angepaßt--> automatische Modelauswahl 14_SD_WS09.pm WH1080 CRC-Berechung angepaßt--> automatische Modelauswahl
- feature: 00_SIGNALduino: nonblocking communication, improved init - feature: 00_SIGNALduino: nonblocking communication, improved init

View File

@@ -596,7 +596,7 @@ sub BuildDashboardTab($$)
if (@index > 0) { if (@index > 0) {
for (my $j=0; $j<@index;$j++) { for (my $j=0; $j<@index;$j++) {
my $groupname = @groups[$index[$j]]; my $groupname = @groups[$index[$j]];
$groupname .= '$$$' . 'group=' . $groupname; $groupname .= '$$$' . 'a:group=' . $groupname;
if (@stabgroup > 1) { if (@stabgroup > 1) {
$groupname .= '$$$' . $stabgroup[1]; $groupname .= '$$$' . $stabgroup[1];
} }