feature: make service links open in a new window

This commit is contained in:
Darryl Quinn 2015-07-30 12:33:18 -05:00
parent e657991868
commit 478caec8f7
1 changed files with 1 additions and 1 deletions

View File

@ -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