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

6 lines
110 B
Lua

f = SimpleForm("pushbot")
f.reset = false
f.submit = false
f:append(Template("pushbot/pushbot_log"))
return f