From 9f55eccd6ba5589c16a14c8eb8dc4ce5555ad977 Mon Sep 17 00:00:00 2001 From: talkabout Date: Sun, 2 Oct 2016 19:14:08 +0000 Subject: [PATCH] 95_Dashboard: fix for yesterdays commit git-svn-id: https://svn.fhem.de/fhem/trunk@12246 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/95_Dashboard.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index a2db57826..185d51cef 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - bugfix: 95_Dashboard: fix for yesterdays commit. - feature: readingsGroup: allow grouping of similar readings from one device 14_SD_WS09.pm WH1080 CRC-Berechung angepaßt--> automatische Modelauswahl - feature: 00_SIGNALduino: nonblocking communication, improved init diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index 30d281a2a..bdc5cdf18 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -596,7 +596,7 @@ sub BuildDashboardTab($$) if (@index > 0) { for (my $j=0; $j<@index;$j++) { my $groupname = @groups[$index[$j]]; - $groupname .= '$$$' . 'group=' . $groupname; + $groupname .= '$$$' . 'a:group=' . $groupname; if (@stabgroup > 1) { $groupname .= '$$$' . $stabgroup[1]; }