luci-app-ssr-plus-jsda: fix bug
This commit is contained in:
parent
d49e85a05a
commit
83e91bee0f
@ -143,7 +143,7 @@ conf_file_path.default = "/etc/shadowsocksr/"
|
||||
conf_file_path:depends("use_conf_file", 1)
|
||||
|
||||
upload_conf = s:option(FileUpload, "")
|
||||
upload_conf.template = "cbi/other_upload2"
|
||||
upload_conf.template = "cbi/ssr_other_upload2"
|
||||
upload_conf:depends("use_conf_file", 1)
|
||||
|
||||
um = s:option(DummyValue, "", nil)
|
||||
|
||||
@ -104,7 +104,7 @@ conf_file_path.default = "/etc/shadowsocksr/"
|
||||
conf_file_path:depends("use_conf_file", 1)
|
||||
|
||||
upload_conf = s:option(FileUpload, "")
|
||||
upload_conf.template = "cbi/other_upload2"
|
||||
upload_conf.template = "cbi/ssr_other_upload2"
|
||||
upload_conf:depends("use_conf_file", 1)
|
||||
|
||||
um = s:option(DummyValue, "", nil)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user