diff --git a/.changelog/11020.txt b/.changelog/11020.txt new file mode 100644 index 000000000000..c0da4d9edbd4 --- /dev/null +++ b/.changelog/11020.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Add header separator between a child job priority and its parent +``` diff --git a/ui/app/templates/components/job-page/parameterized-child.hbs b/ui/app/templates/components/job-page/parameterized-child.hbs index 3531701ee665..881c9af49ae6 100644 --- a/ui/app/templates/components/job-page/parameterized-child.hbs +++ b/ui/app/templates/components/job-page/parameterized-child.hbs @@ -6,7 +6,7 @@
Type: {{this.job.type}} | - Priority: {{this.job.priority}} + Priority: {{this.job.priority}} | Parent: diff --git a/ui/app/templates/components/job-page/periodic-child.hbs b/ui/app/templates/components/job-page/periodic-child.hbs index 154e9c3ff4ba..3c14a25fc263 100644 --- a/ui/app/templates/components/job-page/periodic-child.hbs +++ b/ui/app/templates/components/job-page/periodic-child.hbs @@ -6,7 +6,7 @@
Type: {{this.job.type}} | - Priority: {{this.job.priority}} + Priority: {{this.job.priority}} | Parent: