Delete log window button (#2370)
This commit is contained in:
parent
499a8ba3da
commit
a5339d98b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user