summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-lxc/luasrc/model/cbi/lxc.lua')
-rw-r--r--applications/luci-app-lxc/luasrc/model/cbi/lxc.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua
index 2987fced13..df3f79ec48 100644
--- a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua
+++ b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua
@@ -28,11 +28,6 @@ o1:value("repo.turris.cz/lxc", "repo.turris.cz/lxc (SSL req.)")
o1.default = "images.linuxcontainers.org"
o1.rmempty = false
-o2 = s:option(Flag, "ssl_enabled", translate("Enable SSL"),
- translate("Enable optional SSL encryption support. This requires additional packages like 'wget', 'ca-certificates', 'gnupg' and 'gnupg-utils'."))
-o2.default = o2.disabled
-o2.rmempty = false
-
o3 = s:option(Value, "min_space", translate("Free Space Threshold"),
translate("Minimum required free space for LXC Container creation in KB"))
o3.default = "100000"