luci-mod-admin-full: allow setting DSL SNR offset for VDSL
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
6e1bd7e42d
commit
08b40acc4e
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ if fs.access("/etc/init.d/dsl_control") then
|
|||
line_mode:value("vdsl", translate("VDSL"))
|
||||
|
||||
ds_snr = dsl:option(ListValue, "ds_snr_offset", translate("Downstream SNR offset"))
|
||||
ds_snr:depends("line_mode", "adsl")
|
||||
for i = -100, 100, 5 do
|
||||
ds_snr:value(i, translatef("%.1f dB", i / 10))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue