summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xopenvpn-startstop-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/openvpn-startstop-html.lsp b/openvpn-startstop-html.lsp
index 5e2179c..be08c76 100755
--- a/openvpn-startstop-html.lsp
+++ b/openvpn-startstop-html.lsp
@@ -1,6 +1,6 @@
<% local data, viewlibrary, page_info = ... %>
<%
----[[
+--[[
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(data))
io.write("</span>")
@@ -21,8 +21,8 @@ io.write("</span>")
--]]
%>
<DL>
-<DT>Process to be managed</DT>
-<DD><%= data.service %></DD>
+<DT>Managing process based on</DT>
+<DD><%= data.service %>.conf</DD>
</DL>
<DL>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action) %>" method="POST">