diff options
author | Polynomialdivision <vincent@systemli.org> | 2020-04-10 10:38:27 +0200 |
---|---|---|
committer | Polynomialdivision <vincent@systemli.org> | 2020-04-10 10:38:27 +0200 |
commit | 1733b4f7dab640b9e6ac2df2dbe4e8c9e704fd12 (patch) | |
tree | e365cf919cbd7553c4993d5947145b5538ca0568 /applications/luci-app-dawn/luasrc | |
parent | 3b3adb0d23b7001d3e58e7bc00472eae8f563881 (diff) |
luci-app-dawn: fix typos
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'applications/luci-app-dawn/luasrc')
-rw-r--r-- | applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_config.lua b/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_config.lua index ab0c170f9..b965451b0 100644 --- a/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_config.lua +++ b/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_config.lua @@ -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") |