summaryrefslogtreecommitdiffstats
path: root/openvpn-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-status-html.lsp')
l---------[-rw-r--r--]openvpn-status-html.lsp38
1 files changed, 1 insertions, 37 deletions
diff --git a/openvpn-status-html.lsp b/openvpn-status-html.lsp
index 8cbe657..b2f8480 100644..120000
--- a/openvpn-status-html.lsp
+++ b/openvpn-status-html.lsp
@@ -1,37 +1 @@
-<% local view = ... %>
-<h1>SYSTEM INFO</h1>
-
-<dl>
-<dt>Program version</dt>
-<DD><%= view.version %></DD>
-</dl>
-
-<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
-
-<H3>Available configs (Click on config-name to see details)</H3>
-<TABLE>
- <TR style="background:#eee;font-weight:bold;vertical-align:top;">
- <TD class="header">Config</TD>
- <TD class="header">Type</TD>
- <TD class="header">Status</TD>
- <TD class="header">Connected<BR>Clients</TD>
- <TD class="header">Notes</TD>
- </TR>
-
-<% for i = 1, table.maxn(view.conflistfiles) do %>
- <TR >
- <TD><%= html.link{value = view.url .. "/" .. view.conflistfiles[i].type .. "_config?name=" .. view.conflistfiles[i].name , label=view.conflistfiles[i].name } %></TD>
- <TD><%= view.conflistfiles[i].type %></TD>
- <TD><%= view.conflistfiles[i].status %></TD>
- <TD><% if ( view.conflistfiles[i].type == "server" ) then %><% if ( view.conflistfiles[i].clients > 0 ) then %><%= html.link{value = view.url .. "/status_info?name=" .. view.conflistfiles[i].name , label=view.conflistfiles[i].clients } %><% else %><%= view.conflistfiles[i].clients %><% end %><% end %></TD>
- <TD style="color:red"><i><%= view.conflistfiles[i].err %></i></TD>
- </TR>
-<% end %>
-
-<% if (#view.conflistfiles == 0) then %>
- <TR>
- <TD colspan=3>(No existing config-files)</TD>
- </TR>
-<% end %>
-</TABLE>
-
+../status-html.lsp \ No newline at end of file