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