Delete log window button (#2370)

This commit is contained in:
Mattraks 2019-12-11 14:06:56 +08:00 committed by coolsnowwolf
parent 499a8ba3da
commit a5339d98b0

View File

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