From e567910811a63f21de855ee9cff103048e2b443e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 16 Nov 2010 15:37:52 +0000 Subject: Display groups by name, not by label. --- provisioning-model.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/provisioning-model.lua b/provisioning-model.lua index 28ba58c..635c800 100644 --- a/provisioning-model.lua +++ b/provisioning-model.lua @@ -1123,6 +1123,7 @@ get_device_params = function(device_id, editable) -- Loop through the groups and put them into the result for i,g in ipairs(tmp) do retval[g.name] = g + retval[g.name].label = g.name retval[g.name].type="group" end -- Then, get all of the parameters for this device -- cgit v1.2.3