diff --git a/ara/ui/templates/playbook.html b/ara/ui/templates/playbook.html index 4c3f43db..8443131c 100644 --- a/ara/ui/templates/playbook.html +++ b/ara/ui/templates/playbook.html @@ -105,15 +105,15 @@ Status - - Date - + Host + Task + Action Duration - Task - Action - Host + + Date + @@ -124,11 +124,8 @@ {% include "partials/result_status_icon.html" with status=result.status %} - - {{ result.started | format_date }} - - - {{ result.duration | format_duration }} + + {{ result.host.name }} {{ task.name }} @@ -136,8 +133,11 @@ {{ task.action }} - - {{ result.host.name }} + + {{ result.duration | format_duration }} + + + {{ result.started | format_date }} {% endfor %}