diff --git a/argos/server/templates/domain.html b/argos/server/templates/domain.html index 826f073..fae614f 100644 --- a/argos/server/templates/domain.html +++ b/argos/server/templates/domain.html @@ -1,24 +1,23 @@ {% extends "base.html" %} {% block title %}

{{ domain }}

{% endblock title %} {% block content %} -
- +
+
- - - - - + + + + + {% for task in tasks %} - + - {% endfor %}
URLCheckExpectedCurrent statusURLCheckCurrent statusExpected
{{ task.url }} {{ task.check }}{{ task.expected }} {% if task.status %} + {{ task.expected }} view all