2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 23:36:37 +00:00

60_Watches: contrib 0.27.1

git-svn-id: https://svn.fhem.de/fhem/trunk@23498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-01-09 13:07:06 +00:00
parent db1b7f8636
commit 4bdf83bebf

View File

@ -567,7 +567,7 @@ sub FWebFn {
$ret .= "<span>$dlink </span><br>" if(!AttrVal($d,"hideDisplayName",0));
if(IsDisabled($d)) {
if(AttrVal($d,"hideDisplayName",0)) {
$ret .= qq{Watch <a href="/fhem?detail=$d">$d</a> is disabled};
$ret .= qq{Watch <a href="$FW_ME?detail=$d">$d</a> is disabled};
}
else {
$ret .= "<html>Watch is disabled</html>";