modules/admin-full, modules/admin-mini: prevent addremove in system page
[project/luci.git] / modules / admin-mini / luasrc / model / cbi / mini / system.lua
index 4e7f956..90ee790 100644 (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()