From 296479731e7f2bd3ca103885f2d37bc72503748e Mon Sep 17 00:00:00 2001 From: talkabout <> Date: Tue, 7 Jul 2015 17:46:42 +0000 Subject: [PATCH] Dashboard: corrected version number git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8915 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 1 + FHEM/95_Dashboard.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGED b/CHANGED index 52c3b4bcd..11a09a6db 100644 --- a/CHANGED +++ b/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: Dashboard: corrected version number - feature: SYSSTAT: added mibs attribute for snmp monitoring - bugfix: Dashboard: fixed CSS height issue for rows (top, center, bottom) - feature: FB_CALLLIST: new attribute "external-mapping", new column for diff --git a/FHEM/95_Dashboard.pm b/FHEM/95_Dashboard.pm index e2761f035..a532201e6 100644 --- a/FHEM/95_Dashboard.pm +++ b/FHEM/95_Dashboard.pm @@ -115,7 +115,7 @@ my %group; my $dashboard_groupListfhem; my $fwjquery = "jquery.min.js"; my $fwjqueryui = "jquery-ui.min.js"; -my $dashboardversion = "2.13"; +my $dashboardversion = "3.00"; my @fhemweb_instances = ();