summaryrefslogtreecommitdiffstats
path: root/provisioning-listdevices-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning-listdevices-html.lsp')
-rw-r--r--provisioning-listdevices-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning-listdevices-html.lsp b/provisioning-listdevices-html.lsp
index e93bdca..fe3114f 100644
--- a/provisioning-listdevices-html.lsp
+++ b/provisioning-listdevices-html.lsp
@@ -19,7 +19,7 @@ require("viewfunctions")
<TABLE id="list" class="tablesorter"><THEAD>
<TR style="background:#eee;font-weight:bold;">
<TH>Action</TH>
- <TH>Label</TH>
+ <TH>Device ID</TH>
<% if page_info.action == "searchdevices" then %>
<% if view.value[1] and view.value[1].group and view.value[1].group ~= "" then %>
<TH>Group</TH>
@@ -47,7 +47,7 @@ require("viewfunctions")
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/getdevicevalues?id=device_id&value="..v.device_id.."&Search=Search&viewtype=templated", label="View "} %>
<% end %>
</TD>
- <TD><%= html.html_escape(v.label) %></TD>
+ <TD><%= html.html_escape(v.device_id) %></TD>
<% if page_info.action == "searchdevices" then %>
<% if v.group and v.group ~= "" then %>
<TD><%= html.html_escape(v.group) %></TD>