diff --git a/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/log.lua b/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/log.lua index 05b4162fc46a10..914e7e1f628f85 100644 --- a/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/log.lua +++ b/package/lean/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/log.lua @@ -2,7 +2,8 @@ local fs = require "nixio.fs" local conffile = "/tmp/ssrpro.log" f = SimpleForm("logview") - +f.reset = false +f.submit = false t = f:field(TextValue, "conf") t.rmempty = true t.rows = 20 @@ -12,4 +13,4 @@ function t.cfgvalue() end t.readonly="readonly" -return f \ No newline at end of file +return f