mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user