summaryrefslogtreecommitdiffstats
path: root/qos-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:20:36 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:20:36 +0000
commit2e998a74933a039aa12bb9ce70f5a27d07bcc1cf (patch)
treef2ccbbe6fc490110ace2ac78b57f63f6d1220773 /qos-details-html.lsp
parent99476b8cea8eefe835582d4609b53f9bfb44be7b (diff)
downloadacf-iproute2-qos-2e998a74933a039aa12bb9ce70f5a27d07bcc1cf.tar.bz2
acf-iproute2-qos-2e998a74933a039aa12bb9ce70f5a27d07bcc1cf.tar.xz
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
Diffstat (limited to 'qos-details-html.lsp')
-rw-r--r--qos-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
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") %>