* luci/core: util.lua: implement min(utes) in parse_units()
This commit is contained in:
parent
71449d76e7
commit
5c1fe0e544
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ function parse_units(ustr)
|
||||||
w = 60 * 60 * 24 * 7,
|
w = 60 * 60 * 24 * 7,
|
||||||
d = 60 * 60 * 24,
|
d = 60 * 60 * 24,
|
||||||
h = 60 * 60,
|
h = 60 * 60,
|
||||||
|
min = 60,
|
||||||
|
|
||||||
-- storage sizes
|
-- storage sizes
|
||||||
kb = 1024,
|
kb = 1024,
|
||||||
|
|
Loading…
Reference in a new issue