From ef5c82c78eecaeba171337098cb260bc8e089b77 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:54:35 +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 Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- rrdtool-config-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rrdtool-config-html.lsp') diff --git a/rrdtool-config-html.lsp b/rrdtool-config-html.lsp index 8779545..88aced9 100644 --- a/rrdtool-config-html.lsp +++ b/rrdtool-config-html.lsp @@ -1,9 +1,9 @@ <% local data, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"install","editgraphcfg"}, session) %> -<% displaycommandresults({"delete", "rrdinfo"}, session) %> +<% htmlviewfunctions.displaycommandresults({"install","editgraphcfg"}, session) %> +<% htmlviewfunctions.displaycommandresults({"delete", "rrdinfo"}, session) %>

Configure

-- cgit v1.2.3