git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4c8ea12
)
modules/admin-full: fix syntax error in system controller
author
Jo-Philipp Wich
<redacted>
Fri, 31 Jul 2009 00:02:07 +0000
(
00:02
+0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 31 Jul 2009 00:02:07 +0000
(
00:02
+0000)
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
patch
|
blob
|
history
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 1d35dee7f641383757ece8dae39c00399c21303e..da51b452d1f59020e7774f1fa98a368adcc6d53e 100644
(file)
--- 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")
git clone https://git.99rst.org/PROJECT