summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua
blob: c490c4fd7a48754a0ab0d4baed83e75deb39e351 (plain)
1
2
3
4
5
6
7
8
9
return {
    legend = {
		{ },
		{ },
		{ "UPS" }
	},
	label = _("UPS"),
	category = "general"
}