From b3ea70d59cc3d8506f2cd2c802c835c4e19a2987 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Tue, 10 Jan 2023 17:02:21 -0500 Subject: [PATCH] [ui] Show task events in the sidebar (#15733) * Add task events to task logs sidebar * Max-heighting inner table when present for nice looking borders --- .changelog/15733.txt | 3 ++ ui/app/components/task-context-sidebar.hbs | 47 +++++++++++++++++++++- ui/app/styles/components/sidebar.scss | 22 ++++++++-- 3 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 .changelog/15733.txt diff --git a/.changelog/15733.txt b/.changelog/15733.txt new file mode 100644 index 000000000000..f79cae1a7e91 --- /dev/null +++ b/.changelog/15733.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Show events alongside logs in the Task sidebar +``` diff --git a/ui/app/components/task-context-sidebar.hbs b/ui/app/components/task-context-sidebar.hbs index 92f3b8d7e992..a9a9c2bcd494 100644 --- a/ui/app/components/task-context-sidebar.hbs +++ b/ui/app/components/task-context-sidebar.hbs @@ -1,6 +1,6 @@