Merge pull request #2643 from kuoruan/aria2
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / interface.lua
1 return {
2 legend = {
3 { },
4 { "IgnoreSelected" },
5 { "Interfaces" }
6 },
7 label = _("Interfaces"),
8 category = "network"
9 }