summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua
blob: 9ad16d802b3e86a13f558b7354fe84cd3bd4382e (plain)
1
2
3
4
5
6
7
8
9
return {
    legend = {
		{ "TTL", "Interval", "AddressFamily" },
		{ },
		{ "Hosts" }
	},
	label = _("Ping"),
	category = "network"
}