modules/admin-mini: fix syntax error in system controller

This commit is contained in:
Jo-Philipp Wich 2009-07-31 00:01:34 +00:00
parent 2561ed9b7a
commit 4c8ea12a28

View file

@ -43,6 +43,7 @@ s:option(DummyValue, "_memtotal", translate("m_i_memory")).value =
tostring(translate("mem_buffered", "")),
100 * memfree / memtotal,
tostring(translate("mem_free", ""))
)
s:option(DummyValue, "_systime", translate("m_i_systemtime")).value =
os.date("%c")