2015-02-23 12:27:07 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
2016-03-17 16:15:30 +02:00
|
|
|
{% block head %}{% endblock %}
|
2015-02-23 12:27:07 +02:00
|
|
|
<title>GNS3 Server</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-07-21 15:20:58 +03:00
|
|
|
<div>
|
2015-07-21 17:14:03 +03:00
|
|
|
<a href="/">Home</a>
|
2015-07-21 15:20:58 +03:00
|
|
|
|
|
2016-03-15 12:32:10 +02:00
|
|
|
<a href="/controller">Controller status</a>
|
|
|
|
|
|
2016-04-18 21:55:22 +03:00
|
|
|
<a href="/compute">Compute status</a>
|
2015-07-21 15:20:58 +03:00
|
|
|
</div>
|
2015-02-23 12:27:07 +02:00
|
|
|
{% block body %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
<small>
|
|
|
|
Powered by GNS3 {{gns3_version}}
|
|
|
|
</small>
|
|
|
|
</html>
|