<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") %> <% htmlviewfunctions.displaycommandresults({"install","editgraphcfg"}, session) %> <% htmlviewfunctions.displaycommandresults({"delete", "rrdinfo"}, session) %>

Configure

<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("listrrd") viewlibrary.dispatch_component("listgraphcfg") end %>