From 4242370f48756d5b241a34fc0d1fdb9b95c89dd0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 24 Feb 2016 16:23:07 +0000 Subject: Change ACF list to structure for accuracy --- awall-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awall-model.lua b/awall-model.lua index 6c08673..7921468 100644 --- a/awall-model.lua +++ b/awall-model.lua @@ -143,7 +143,7 @@ function mymodule.list_policies() table.sort(policies, function(a,b) return a.name < b.name end) - return cfe({ type="list", value=policies, label="Policies", errtxt=errtxt }) + return cfe({ type="structure", value=policies, label="Policies", errtxt=errtxt }) end function mymodule.get_newpolicy() -- cgit v1.2.3