mirror of https://github.com/aredn/aredn.git
Add some LQ and NLQ hint text. (#1054)
I can't be the only person who has to keep looking up what this means?
This commit is contained in:
parent
931bc07c0a
commit
757ec56ada
|
@ -616,7 +616,7 @@ html.print("</table>")
|
||||||
html.print("<table id='cTable' class=s><tr class=h>")
|
html.print("<table id='cTable' class=s><tr class=h>")
|
||||||
html.print("<th width=25%>Current Neighbors</th>")
|
html.print("<th width=25%>Current Neighbors</th>")
|
||||||
html.print("<th>LAN Hostname</th>")
|
html.print("<th>LAN Hostname</th>")
|
||||||
html.print("<th>LQ</th><th>NLQ</th><th>TxMbps</th>")
|
html.print("<th title='Percent of packets successfully received'>LQ</th><th title='Percent of packets successfully sent'>NLQ</th><th>TxMbps</th>")
|
||||||
html.print("<th>Service Name</th>")
|
html.print("<th>Service Name</th>")
|
||||||
html.print("</tr>")
|
html.print("</tr>")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue