luci-app-dawn: fix typos
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
3b3adb0d23
commit
1733b4f7da
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ s:option(Value, "chan_util", "Channel Utilization")
|
|||
s:option(Value, "max_chan_util", "Above Maximum Channel Utilization")
|
||||
|
||||
s = m:section(TypedSection, "metric", "Threshold", "Thresholds"); s.anonymous = true;
|
||||
s:option(Value, "bandwith_threshold", "Bandwidth Threshold")
|
||||
s:option(Value, "bandwidth_threshold", "Bandwidth Threshold")
|
||||
s:option(Value, "rssi_val", "RSSI Threshold")
|
||||
s:option(Value, "low_rssi_val", "Low RSSI Threshold")
|
||||
s:option(Value, "chan_util_val", "Channel Utilization Threshold")
|
||||
|
|
Loading…
Reference in a new issue