mirror of https://github.com/aredn/aredn.git
feature: make service links open in a new window
This commit is contained in:
parent
e657991868
commit
478caec8f7
|
@ -186,7 +186,7 @@ foreach(`cat /var/run/services_olsr 2>/dev/null`)
|
|||
# assume that the first entry in the file by this name is the most recent, ignore the rest
|
||||
next if $services{$host}{$name};
|
||||
|
||||
$services{$host}{$name} = $port ? "<a href='${protocol}://${host}:${port}/${path}'>$name</a>" : $name;
|
||||
$services{$host}{$name} = $port ? "<a href='${protocol}://${host}:${port}/${path}' target='_blank'>$name</a>" : $name;
|
||||
}
|
||||
|
||||
# load the node history
|
||||
|
|
Loading…
Reference in New Issue