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

10 lines
120 B
Lua
Raw Normal View History

return {
legend = {
{ },
{ "IgnoreSelected" },
{ "Disks" }
},
label = _("Disk Usage"),
category = "general"
}