applications/luci-statistics: convert nut plugin to minutes
This commit is contained in:
parent
61e5292c34
commit
900515f0a6
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
|
|||
|
||||
local timeleft = {
|
||||
title = "%H: Time left on UPS \"%pi\"",
|
||||
vlabel = "seconds",
|
||||
number_format = "%7lfs",
|
||||
vlabel = "Minutes",
|
||||
number_format = "%7lfm",
|
||||
data = {
|
||||
sources = {
|
||||
timeleft = { "timeleft" }
|
||||
|
|
Loading…
Reference in a new issue