small-package/luci-app-serverchan/luasrc/model/cbi/serverchan/log.lua

7 lines
126 B
Lua

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