From 3d6451d0b5fed1f8fbe5c431d1cfb7f002514373 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Apr 2014 06:02:36 +0000 Subject: Changes to use new htmlviewfunctions functions --- dhcp-model.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dhcp-model.lua') 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() -- cgit v1.2.3