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

10 lines
175 B
Lua
Raw Normal View History

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