From 340519ce72701d5d80b823cede838dbf82e5e4a6 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 11 Jan 2022 12:15:55 +0100 Subject: [PATCH] Fix: layout tweaks --- .../automations/includes/history_item.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/automations/templates/automations/includes/history_item.html b/src/automations/templates/automations/includes/history_item.html index d50d62d..6409e02 100644 --- a/src/automations/templates/automations/includes/history_item.html +++ b/src/automations/templates/automations/includes/history_item.html @@ -3,18 +3,18 @@ {% with node=task.get_node %}

{{ task.status }} = flow.{{ node.node_name }}() {% if task.finished %}{{ task.finished }}{% else %}{% trans "running" %}{% endif %}

- {% if node.description %}

{{ node.description }}

{% endif %} - {% if task.message == "OK" and task.result %} -
{{ task.result }}
- {% elif "Error" in task.message %} - {% if node.modifiers %}