<% local form, viewlibrary = ... require("viewfunctions") --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(view)) io.write("
") --]] %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("statusbasic") end %>

CONFIGURATION

<% local myform = form.config %>

CHECK CONFIGURATION

<% io.write(html.form[form.config.checkresult.type](form.config.checkresult)) %>
<% -- Management buttons local myform = form.management local tags = { "restart" } if (myform) then io.write("

MANAGEMENT

\n
") displaymanagement(myform,tags) io.write("
") end %>
<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") end %>