summaryrefslogtreecommitdiffstats
path: root/dhcp-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-10 06:02:36 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-10 06:02:36 +0000
commit3d6451d0b5fed1f8fbe5c431d1cfb7f002514373 (patch)
tree392ad63e25c36942a4d3bb0fe9d899170d4ebcca /dhcp-model.lua
parent5c241915dc49b7ecee0fd3f09d34dd2b0766904b (diff)
downloadacf-dhcp-3d6451d0b5fed1f8fbe5c431d1cfb7f002514373.tar.bz2
acf-dhcp-3d6451d0b5fed1f8fbe5c431d1cfb7f002514373.tar.xz
Changes to use new htmlviewfunctions functions
Diffstat (limited to 'dhcp-model.lua')
-rw-r--r--dhcp-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-model.lua b/dhcp-model.lua
index 6c34931..5f84e8e 100644
--- a/dhcp-model.lua
+++ b/dhcp-model.lua
@@ -521,7 +521,7 @@ mymodule.get_hosts = function ()
end
end
- return cfe({ type="list", value=retval, label="Host list" })
+ return cfe({ type="list", value=retval, label="Host Declarations" })
end
mymodule.create_new_subnet = function()
@@ -689,7 +689,7 @@ mymodule.get_subnets = function ()
end
end
- return cfe({ type="list", value=retval, label="Subnet list" })
+ return cfe({ type="list", value=retval, label="Subnet Declarations" })
end
mymodule.read_settings = function()