modules/admin-full: fix syntax error in system controller
This commit is contained in:
parent
4c8ea12a28
commit
d8eb5b292d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,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