summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-logfile-html.lsp')
-rw-r--r--openvpn-logfile-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp
new file mode 100644
index 0000000..c1db75e
--- /dev/null
+++ b/openvpn-logfile-html.lsp
@@ -0,0 +1,12 @@
+<? local view = ... ?>
+<html>
+<body>
+<h1>Logfile 'xxx.log'</h1>
+
+<h2>Details</h2>
+
+<input type=text style="width:100%;height:500px"></input>
+
+
+</body>
+</html>