From 0c7b7aea376d8cfc406f968049feb7fa77cf6d6e Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Thu, 19 Sep 2019 19:22:17 +0000 Subject: [PATCH] 95_Dashboard: new attribute "noLinks" - no links to devices detail git-svn-id: https://svn.fhem.de/fhem/trunk@20200 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/95_Dashboard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index a0d17b482..a353aaf2b 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -1274,7 +1274,7 @@ return; Note:
Some device types deliver the links to their detail view integrated in the devices name or alias. In such cases you have to deactivate the link generation inside of the device (for example in devices of type readingsGroup, - SSCamSTRM or SMAPortal). + SSCamSTRM, SVG or SMAPortal).
@@ -1520,7 +1520,7 @@ return; Hinweis:
Bei manchen Devicetypen wird der Link zur Detailansicht integriert im Namen bzw. Alias des Device mitgeliefert. In diesen Fällen muß die Linkgenerierung direkt im Device abgestellt werden (z.B. bei Devices der Typen readingsGroup, - SSCamSTRM oder SMAPortal). + SSCamSTRM, SVG oder SMAPortal).