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:
DS_Starter
2021-01-09 13:07:06 +00:00
parent 422b590778
commit e19c55620f

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