applications/luci-olsr: link to /cgi-bin-nodes.html on neighbour in status display
This commit is contained in:
parent
f530c141d8
commit
836b4d9dba
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ $Id$
|
||||||
end
|
end
|
||||||
%>
|
%>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://<%=link["Remote IP"]%>"><%=link["Remote IP"]%></a></td>
|
<td><a href="http://<%=link["Remote IP"]%>/cgi-bin-nodes.html"><%=link["Remote IP"]%></a></td>
|
||||||
<td><%=link["Local IP"]%></td>
|
<td><%=link["Local IP"]%></td>
|
||||||
<td><%=link.LQ%></td>
|
<td><%=link.LQ%></td>
|
||||||
<td><%=link.NLQ%></td>
|
<td><%=link.NLQ%></td>
|
||||||
|
|
Loading…
Reference in a new issue