0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-31 03:52:39 +00:00
alerta_alerta/alerta/app/templates/management/index.html
2014-03-18 13:44:50 +00:00

17 lines
No EOL
240 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Alerta Management URLs</title>
</head>
<body>
<h1>Management URLs</h1>
<ul>
{% for url in endpoints %}
<li>
<a href="{{ url }}">{{ url }}</a>
</li>
{% endfor %}
</ul>
</body>
</html>