luci-0.9: merge r5313

This commit is contained in:
Jo-Philipp Wich 2009-08-27 17:54:51 +00:00
parent dd6dd2d8f5
commit 9f782466ed
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ m = Map("system", translate("system"), translate("a_s_desc"))
s = m:section(TypedSection, "system", "")
s.anonymous = true
s.addremove = false
local system, model, memtotal, memcached, membuffers, memfree = luci.sys.sysinfo()
local uptime = luci.sys.uptime()

View file

@ -21,7 +21,7 @@ m = Map("system", translate("system"), translate("a_s_desc"))
s = m:section(TypedSection, "system", "")
s.anonymous = true
s.addremove = false
local system, model, memtotal, memcached, membuffers, memfree = luci.sys.sysinfo()