Skip to content

Commit

Permalink
Delete log window button (coolsnowwolf#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattraks authored and coolsnowwolf committed Dec 11, 2019
1 parent 499a8ba commit a5339d9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -12,4 +13,4 @@ function t.cfgvalue()
end
t.readonly="readonly"

return f
return f

0 comments on commit a5339d9

Please sign in to comment.