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