From 66b2013d235faa457872e959d094dd761270958b Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 May 2022 22:58:01 -0700 Subject: [PATCH] tasks usability improvements --- .../manage/tasks/tasks.component.html | 14 +++++---- .../manage/tasks/tasks.component.scss | 5 ++++ .../manage/tasks/tasks.component.ts | 29 ++++++++++++++++--- src-ui/src/app/services/tasks.service.ts | 4 +++ 4 files changed, 43 insertions(+), 9 deletions(-) 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 a9d66ce28..99a49887f 100644 --- a/src-ui/src/app/components/manage/tasks/tasks.component.html +++ b/src-ui/src/app/components/manage/tasks/tasks.component.html @@ -11,9 +11,13 @@  {{dismissButtonText}} @@ -41,7 +45,7 @@ - +
@@ -56,7 +60,7 @@ {{ task.result | slice:0:50 }}… -
{{ task.result }}
+
{{ task.result }}
{{ task.result | slice:0:50 }} @@ -69,7 +73,7 @@
{{ task.created | customDate:'short' }}
{{ task.result }}
-