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..c292a5c00 100644 --- a/src-ui/src/app/components/manage/tasks/tasks.component.html +++ b/src-ui/src/app/components/manage/tasks/tasks.component.html @@ -27,28 +27,37 @@
+ |
|
- Name | -Created | -Actions | +Name | +Created | +Results | +Actions |
---|---|---|---|---|---|---|---|---|
+ |
|
+ {{ task.name }} | +{{ task.created | customDate:'short' }} | +
+ {{ task.result | slice:0:50 }}
+ {{ task.result }} |
- {{ task.name }} | -{{ task.created | customDate:'medium' }} | -+ |