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:
Tim Wilkinson 2024-01-05 12:09:55 -08:00 committed by GitHub
parent 931bc07c0a
commit 757ec56ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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