summaryrefslogtreecommitdiffstats
path: root/openvpn-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-model.lua')
-rw-r--r--openvpn-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-model.lua b/openvpn-model.lua
index adaee27..6c9e0c5 100644
--- a/openvpn-model.lua
+++ b/openvpn-model.lua
@@ -193,7 +193,7 @@ function mymodule.get_logfile(f)
if not config.log then
value.grep = cfe({ value="openvpn", label="Grep" })
end
- return cfe({ value=value, label="Log file" })
+ return cfe({ type="group", value=value, label="Log file" })
end
function mymodule.get_filecontent()