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

9 lines
175 B
Lua

return {
legend = {
{ },
{ "IgnoreSelected" },
{ "Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters" }
},
label = _("Netlink"),
category = "network"
}