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