0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-15 13:48:46 +00:00
alerta_alerta/alerta/templates/management/index.html
2018-09-16 00:26:28 +02:00

17 lines
241 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>