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