From 2e998a74933a039aa12bb9ce70f5a27d07bcc1cf Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:20:36 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- qos-details-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qos-details-html.lsp') diff --git a/qos-details-html.lsp b/qos-details-html.lsp index d5516bc..156fa81 100644 --- a/qos-details-html.lsp +++ b/qos-details-html.lsp @@ -1,8 +1,8 @@ <% local data, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"enable","config","expert","startstop"}, session) %> +<% htmlviewfunctions.displaycommandresults({"enable","config","expert","startstop"}, session) %> <% viewlibrary.dispatch_component("status") %> -- cgit v1.2.3