From f97f9b857b1780ba0c87f13ec04fa2d31d7e6595 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 May 2022 15:41:30 -0700 Subject: [PATCH] Task results popover --- .../manage/tasks/tasks.component.html | 25 +++++++++++++------ .../manage/tasks/tasks.component.scss | 3 +++ src/documents/serialisers.py | 8 ++++++ 3 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 src-ui/src/app/components/manage/tasks/tasks.component.scss 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 @@ - - - - + + + + - + + + - - -
+
NameCreatedActionsNameCreatedResultsActions
+
+
{{ task.name }}{{ task.created | customDate:'short' }} + {{ task.result | slice:0:50 }} +
{{ task.result }}
{{ task.name }}{{ task.created | customDate:'medium' }} +