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

10 lines
135 B
Lua
Raw Normal View History

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