diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-09-19 17:18:28 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-09-19 17:18:28 +0000 |
commit | 8bb613ad085a69ca00279d80c411b660eb5efd93 (patch) | |
tree | 79ec79564db49fe8d364c769077adc1a13d28a72 | |
parent | 148b883c110f6ada30b3604cfadeeb8c3fd2432d (diff) |
appllications/olsr: Fix invalid html, #607
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/legend.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/legend.htm b/applications/luci-olsr/luasrc/view/status-olsr/legend.htm index e70cf2c48..2f598489d 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/legend.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/legend.htm @@ -3,18 +3,22 @@ <li><strong>LQ: </strong><%:Success rate of packages received from the neighbour%></li> <li><strong>NLQ: </strong><%:Success rate of packages sent to the neighbour%></li> <li><strong>ETX: </strong><%:Expected retransmission count%></li> + <li style="list-style: none"> <ul> <li><strong><span style="color:#00cc00"><%:Green%></span></strong>:<%:Very good (ETX < 2)%></li> <li><strong><span style="color:#ffcb05"><%:Yellow%></span></strong>:<%:Good (2 < ETX < 4)%></li> <li><strong><span style="color:#ff6600"><%:Orange%></span></strong>:<%:Still usable (4 < ETX < 10)%></li> <li><strong><span style="color:#bb3333"><%:Red%></span></strong>:<%:Bad (ETX > 10)%></li> </ul> + </li> <li><strong>SNR: </strong><%:Signal Noise Ratio in dB%></li> + <li style="list-style: none"> <ul> <li><strong><span style="color:#00cc00"><%:Green%></span></strong>:<%:Very good (SNR > 30)%></li> <li><strong><span style="color:#ffcb05"><%:Yellow%></span></strong>:<%:Good (30 > SNR > 20)%></li> <li><strong><span style="color:#ff6600"><%:Orange%></span></strong>:<%:Still usable (20 > SNR > 5)%></li> <li><strong><span style="color:#bb3333"><%:Red%></span></strong>:<%:Bad (SNR < 5)%></li> </ul> + </li> </ul> |