0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-24 21:56:10 +00:00
alerta_alerta/alerta/api/v2/templates/management/index.html

17 lines
240 B
HTML
Raw Normal View History

2013-04-02 21:14:25 +00:00
<!DOCTYPE html>
<html>
<head>
2013-04-03 16:24:40 +00:00
<title>Alerta Management URLs</title>
2013-04-02 21:14:25 +00:00
</head>
<body>
<h1>Management URLs</h1>
2013-04-04 12:21:20 +00:00
<ul>
2013-04-02 21:14:25 +00:00
{% for url in endpoints %}
<li>
<a href="{{ url }}">{{ url }}</a>
</li>
{% endfor %}
2013-04-04 12:21:20 +00:00
</ul>
2013-04-02 21:14:25 +00:00
</body>
</html>