Merge pull request #2770 from geekinaboxx/master
luci-proto-ncm: add dialnum option
This commit is contained in:
commit
015f247d9b
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@ You may obtain a copy of the License at
|
|||
|
||||
local map, section, net = ...
|
||||
|
||||
local device, apn, service, pincode, username, password
|
||||
local device, apn, service, pincode, username, password, dialnum
|
||||
local ipv6, delay, defaultroute, metric, peerdns, dns
|
||||
|
||||
|
||||
|
@ -57,6 +57,10 @@ password = section:taboption("general", Value, "password", translate("PAP/CHAP p
|
|||
password.password = true
|
||||
|
||||
|
||||
dialnum = section:taboption("general", Value, "dialnum", translate("Dial number"))
|
||||
dialnum.placeholder = "*99#"
|
||||
|
||||
|
||||
if luci.model.network:has_ipv6() then
|
||||
|
||||
ipv6 = section:taboption("advanced", ListValue, "ipv6")
|
||||
|
|
Loading…
Reference in a new issue