Beginner e6d6c2058b
luci-app-serverchan: update to 2.01.4 (#7870)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2021-09-18 00:45:33 +08:00

6 lines
119 B
Lua

f = SimpleForm("serverchan")
f.reset = false
f.submit = false
f:append(Template("serverchan/serverchan_log"))
return f