mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
Removing second link to detail when group is set
git-svn-id: https://svn.fhem.de/fhem/trunk@3153 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1dc261afdf
commit
90d4ef3ecf
@ -103,6 +103,7 @@ sub
|
||||
weblink_FwDetail($@)
|
||||
{
|
||||
my ($d, $text)= @_;
|
||||
return "" if(AttrVal($d, "group", ""));
|
||||
my $alias= AttrVal($d, "alias", $d);
|
||||
|
||||
my $ret = "<br>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user