summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-31 00:02:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-07-31 00:02:07 +0000
commitd8eb5b292d92b7f26c1b6e554eba4505e923ad35 (patch)
tree1aa803356b4c973dd0466fcf1289becb0787546a /modules
parent4c8ea12a281ca3c9ca6e90f37e4ad8b9155cef82 (diff)
modules/admin-full: fix syntax error in system controller
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_system/system.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_system/system.lua b/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
index 1d35dee7f..da51b452d 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
@@ -40,6 +40,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")