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

9 lines
135 B
Lua

return {
legend = {
{ "TTL", "Interval", "AddressFamily" },
{ },
{ "Hosts" }
},
label = _("Ping"),
category = "network"
}