mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-frpc: fix not save config (#8839)
Co-authored-by: W_Y_CPP <383152993@qq.com>
This commit is contained in:
parent
57f538e8c5
commit
52d4ac36ef
@ -123,20 +123,17 @@ e.rmempty=false
|
||||
e = t:taboption("other", Value, "admin_port", translate("Admin Web Port"))
|
||||
e.datatype = "port"
|
||||
e.default = 7400
|
||||
e.rmempty = false
|
||||
e:depends("admin_enable",1)
|
||||
|
||||
e = t:taboption("other", Value, "admin_user", translate("Admin Web UserName"))
|
||||
e.optional = false
|
||||
e.default = "admin"
|
||||
e.rmempty=false
|
||||
e:depends("admin_enable",1)
|
||||
|
||||
e = t:taboption("other", Value, "admin_pwd", translate("Admin Web PassWord"))
|
||||
e.optional = false
|
||||
e.default = "admin"
|
||||
e.password = true
|
||||
e.rmempty = false
|
||||
e:depends("admin_enable",1)
|
||||
|
||||
e = t:taboption("log", TextValue,"log")
|
||||
|
Loading…
Reference in New Issue
Block a user