luci-app-privoxy: fixed function ipkg_ver_compare()
[project/luci.git] / applications / luci-app-privoxy / luasrc / model / cbi / privoxy.lua
old mode 100755 (executable)
new mode 100644 (file)
index c009313..c415f8e
@@ -39,6 +39,7 @@ if not nixio.fs.access("/etc/config/privoxy") or not VEROK then
        local f = SimpleForm("_no_config")
        f.title = TITLE
        f.description = DESC
+       f.embedded = true
        f.submit = false
        f.reset  = false