mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
10 lines
135 B
Lua
10 lines
135 B
Lua
return {
|
|
legend = {
|
|
{ "TTL", "Interval", "AddressFamily" },
|
|
{ },
|
|
{ "Hosts" }
|
|
},
|
|
label = _("Ping"),
|
|
category = "network"
|
|
}
|