<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") %> <% htmlviewfunctions.displaycommandresults({"install","editgraphcfg"}, session) %> <% htmlviewfunctions.displaycommandresults({"delete", "rrdinfo"}, session) %> <% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Configure"}), page_info) if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("listrrd") viewlibrary.dispatch_component("listgraphcfg") end htmlviewfunctions.displaysectionend(header_level) %>