luci-app-ssr-plus-jsda: fix bug

This commit is contained in:
CN_SZTL 2019-07-07 01:07:30 +08:00
parent d49e85a05a
commit 83e91bee0f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)