summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua
blob: 71f50e1dbb0697d0aa0f656fa72bb4ced79cdc19 (plain)
1
2
3
4
5
6
7
8
9
return {
    legend = {
		{ "SocketFile", "SocketGroup", "SocketPerms" },
		{ },
		{ }
	},
	label = _("UnixSock"),
	category = "output"
}