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