0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 19:46:21 +00:00
alerta_alerta/alerta/api/v2/templates/management/index.html
2013-04-04 13:21:20 +01: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>