mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 15:09:33 +08:00
7 lines
162 B
Lua
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
|