luci/applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua

10 lines
138 B
Lua
Raw Normal View History

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