luci/applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua
2019-07-05 02:03:13 +02:00

9 lines
138 B
Lua

return {
legend = {
{ "SocketFile", "SocketGroup", "SocketPerms" },
{ },
{ }
},
label = _("UnixSock"),
category = "output"
}