applications/luci-ntpc: cbi fixes
[project/luci.git] / applications / luci-ntpc / luasrc / model / cbi / ntpc / ntpcmini.lua
index bd04cc6..a131165 100644 (file)
@@ -17,6 +17,7 @@ m = Map("ntpclient", translate("Time Synchronisation"), translate("Synchronizes
 
 s = m:section(TypedSection, "ntpclient", translate("General"))
 s.anonymous = true
+s.addremove = false
 
 s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c")
 
@@ -31,4 +32,4 @@ s3.template = "cbi/tblsection"
 s3:option(Value, "hostname", translate("Hostname"))
 s3:option(Value, "port", translate("Port")).rmempty = true
 
-return m
\ No newline at end of file
+return m