From bdc961508e79bbd6c13c8a74431fdff475cb16b5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 18 Aug 2014 16:04:33 +0000 Subject: Fix editdevice-html view to display command results - fixes bug where createdevice fails the second time it is run --- provisioning-editdevice-html.lsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provisioning-editdevice-html.lsp b/provisioning-editdevice-html.lsp index a48c2a9..f06d196 100644 --- a/provisioning-editdevice-html.lsp +++ b/provisioning-editdevice-html.lsp @@ -43,6 +43,8 @@ html = require("acf.html") <% end %> <% end %> +<% htmlviewfunctions.displaycommandresults({"deletedevice", "editdeviceparams", "overridedeviceparams"}, session) %> + <% if page_info.action == "editdevice" then form.value.device_id.readonly = "true" -- cgit v1.2.3