summaryrefslogtreecommitdiffstats
path: root/management-interface/views/about.htm
diff options
context:
space:
mode:
authorNils Schwabe2014-06-04 14:27:03 +0200
committerNils Schwabe2014-06-04 14:27:03 +0200
commit155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e (patch)
tree1dcc8354eaf6ce216461fc434d9c1a6a67559914 /management-interface/views/about.htm
parentImprove login (diff)
downloadmasterserver-155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e.tar.gz
masterserver-155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e.tar.xz
masterserver-155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e.zip
Add webinterface with functionallity
Diffstat (limited to 'management-interface/views/about.htm')
-rw-r--r--management-interface/views/about.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/management-interface/views/about.htm b/management-interface/views/about.htm
index ed15306..e90cdd2 100644
--- a/management-interface/views/about.htm
+++ b/management-interface/views/about.htm
@@ -1,8 +1,8 @@
- <div class="container">
-
- <div class="jumbotron">
- <h1>{{ strtoupper(@_module) }}</h1>
- <p></p>
- </div>
-
- </div> <!-- /container -->
+<div class="jumbotron">
+ <p>This is the webinterface for the masterserver.</p>
+ <check if="{{ @loggedin }}=true">
+ <br /><br /><br />
+ <p>This is the public certificate for the FTPS connection: <a href="{{ @hostname }}asserts/public_ftp.cer">download</a></p>
+ <p>This is the tool to base64 the certificate.cer: <a href="{{ @hostname }}asserts/tool.tar.gz">download</a></p>
+ </check>
+</div>