op-packages/luci-app-pushbot/luasrc/model/cbi/pushbot/client.lua
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

7 lines
162 B
Lua

f = SimpleForm("pushbot")
luci.sys.call("/usr/bin/pushbot/pushbot client")
f.reset = false
f.submit = false
f:append(Template("pushbot/pushbot_client"))
return f