From 261f843b469e60f02bc047aa40b2dd521664ded4 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 2 Sep 2024 14:22:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E2=80=94=20Change=20order=20of?= =?UTF-8?q?=20columns=20on=20domain=E2=80=99s=20checks=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argos/server/templates/domain.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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