diff --git a/src-ui/src/app/components/manage/tasks/tasks.component.html b/src-ui/src/app/components/manage/tasks/tasks.component.html index dff538f3a..45fc02666 100644 --- a/src-ui/src/app/components/manage/tasks/tasks.component.html +++ b/src-ui/src/app/components/manage/tasks/tasks.component.html @@ -27,29 +27,40 @@ - - - - + + + + - + + + - -
+
NameCreatedActionsNameCreatedResultsActions
+
+
{{ task.name }}{{ task.created | customDate:'short' }} +
+ + + + {{ task.result | slice:0:50 }}… +
+ {{ task.result | slice:0:50 }} +
{{ task.result }}
{{ task.name }}{{ task.created | customDate:'medium' }} -