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 45fc02666..a9d66ce28 100644 --- a/src-ui/src/app/components/manage/tasks/tasks.component.html +++ b/src-ui/src/app/components/manage/tasks/tasks.component.html @@ -33,10 +33,11 @@ - Name - Created - Results - Actions + Name + Created + Results + Info + Actions @@ -47,20 +48,28 @@ - {{ task.name }} - {{ task.created | customDate:'short' }} - + {{ task.name }} + {{ task.created | customDate:'short' }} +
{{ task.result | slice:0:50 }}… +
{{ task.result }}
{{ task.result | slice:0:50 }} -
{{ task.result }}
+ + + + + + + +
{{ task.created | customDate:'short' }}
{{ task.result }}
-