mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
7 lines
173 B
Lua
7 lines
173 B
Lua
module("luci.controller.haproxy-tcp", package.seeall)
|
|
|
|
function index()
|
|
entry(
|
|
{"admin", "services", "haproxy-tcp"},
|
|
cbi("haproxy-tcp"), _("HAProxy-TCP"), 55)
|
|
end
|