configuration added

This commit is contained in:
Andreas Stephanides
2017-04-18 11:08:09 +02:00
parent 67df39f401
commit 179381fa8c
3 changed files with 29 additions and 16 deletions

View File

@@ -1,16 +1,19 @@
<html>
<head>
<title>Management</title>
<title>{{title}}</title>
<script src="static/jquery-3.2.0.min.js" ></script>
</head>
<body>
<h1>My Management</h1>
<h1>{{title}}</h1>
<ul>
{% for k in keys %}
<li>
<a href="syslog"> syslog</a>
<a href="/"> root</a>
<a href="{{k}}">{{k}}</a>
</li>
</ul>
{% endfor %}
</ul>
<div style="white-space: pre-wrap;font:Courier, monospace; font-size:small; width:80em;background:#DDF">{{out.decode('utf-8')}}</div>
</body>