diff --git a/argos/server/templates/domain.html b/argos/server/templates/domain.html index 17d36e8..5d1d4b0 100644 --- a/argos/server/templates/domain.html +++ b/argos/server/templates/domain.html @@ -19,7 +19,7 @@ {{ task.url }} {{ task.check }} {{ task.expected }} - {{ task.status }} + {% if task.status == "success" %}✅ Success {% elif task.status == "error"%}⚠ Error{% elif task.status == "failure"%}❌ Failure{% endif %} view all {% endfor %}