<% local data, viewlibrary, page_info, session = ... require("viewfunctions") %> <% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(data)) io.write("
") --]] %> <% displaycommandresults({"check"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %>

<%= data.label %>

<% for i,file in ipairs(data.value) do %> <% end %>
File Size Last Modified
<%= html.link{value = "edit?filename=" .. file.filename, label=file.filename} %> <%= file.filesize %> <%= file.mtime %>
">
Check Configuration
<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") end %>