modules/admin-mini: fix syntax error in system controller
This commit is contained in:
parent
2561ed9b7a
commit
4c8ea12a28
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ s:option(DummyValue, "_memtotal", translate("m_i_memory")).value =
|
||||||
tostring(translate("mem_buffered", "")),
|
tostring(translate("mem_buffered", "")),
|
||||||
100 * memfree / memtotal,
|
100 * memfree / memtotal,
|
||||||
tostring(translate("mem_free", ""))
|
tostring(translate("mem_free", ""))
|
||||||
|
)
|
||||||
|
|
||||||
s:option(DummyValue, "_systime", translate("m_i_systemtime")).value =
|
s:option(DummyValue, "_systime", translate("m_i_systemtime")).value =
|
||||||
os.date("%c")
|
os.date("%c")
|
||||||
|
|
Loading…
Reference in a new issue