60_Watches: contrib 0.27.1

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

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>";