summaryrefslogtreecommitdiffstats
path: root/provisioning-listdevices-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-02-28 12:33:52 +0000
committerTed Trask <ttrask01@yahoo.com>2011-02-28 12:33:52 +0000
commitec3a8ef069def94b623279885dd9d3b64ef90818 (patch)
treeacae06c22ca0ee54677dabe0a817afa6a5987984 /provisioning-listdevices-html.lsp
parente839d6e272fb8481d18063a75d6e63a2409c82c7 (diff)
downloadacf-provisioning-ec3a8ef069def94b623279885dd9d3b64ef90818.tar.bz2
acf-provisioning-ec3a8ef069def94b623279885dd9d3b64ef90818.tar.xz
Removed name from provisioning_devices, changed getdevicevalues to take parameter id, comparision, value (like search)
Diffstat (limited to 'provisioning-listdevices-html.lsp')
-rw-r--r--provisioning-listdevices-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/provisioning-listdevices-html.lsp b/provisioning-listdevices-html.lsp
index d51fb3a..a6b0554 100644
--- a/provisioning-listdevices-html.lsp
+++ b/provisioning-listdevices-html.lsp
@@ -19,7 +19,6 @@ require("viewfunctions")
<TABLE id="list" class="tablesorter"><THEAD>
<TR style="background:#eee;font-weight:bold;">
<TH>Action</TH>
- <TH>Name</TH>
<TH>Label</TH>
<% if page_info.action == "searchdevices" then %>
<% if view.value[1] and view.value[1].group and view.value[1].group ~= "" then %>
@@ -45,10 +44,9 @@ require("viewfunctions")
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editdeviceparams?device_id="..v.device_id.."&redir="..page_info.orig_action, label="Params "} %>
<% end %>
<% if viewlibrary.check_permission("getdevicevalues") then %>
- <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/getdevicevalues?name="..v.name.."&viewtype=templated", label="View "} %>
+ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/getdevicevalues?id=device_id&value="..v.device_id.."&viewtype=templated", label="View "} %>
<% end %>
</TD>
- <TD><%= html.html_escape(v.name) %></TD>
<TD><%= html.html_escape(v.label) %></TD>
<% if page_info.action == "searchdevices" then %>
<% if v.group and v.group ~= "" then %>