From e160e36d02b19109e56fb859f460fefe9b6bc261 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Fri, 22 Jul 2022 15:14:47 -0400 Subject: [PATCH] changelog: add entry for #13865 and #13866 --- .changelog/13865.txt | 3 +++ .changelog/13866.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .changelog/13865.txt create mode 100644 .changelog/13866.txt diff --git a/.changelog/13865.txt b/.changelog/13865.txt new file mode 100644 index 000000000000..ae38cdf0f8f2 --- /dev/null +++ b/.changelog/13865.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Add missing breadcrumb in the Evaluations page. +``` diff --git a/.changelog/13866.txt b/.changelog/13866.txt new file mode 100644 index 000000000000..77d02d247f63 --- /dev/null +++ b/.changelog/13866.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Reorder and apply the same style to the Evaluations list page filters to match the Job list page. +```