applications/luci-statistics: convert nut plugin to minutes

This commit is contained in:
Jo-Philipp Wich 2012-12-11 14:05:57 +00:00
parent 61e5292c34
commit 900515f0a6

View file

@ -85,8 +85,8 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
local timeleft = { local timeleft = {
title = "%H: Time left on UPS \"%pi\"", title = "%H: Time left on UPS \"%pi\"",
vlabel = "seconds", vlabel = "Minutes",
number_format = "%7lfs", number_format = "%7lfm",
data = { data = {
sources = { sources = {
timeleft = { "timeleft" } timeleft = { "timeleft" }