diff --git a/.changelog/11020.txt b/.changelog/11020.txt new file mode 100644 index 00000000000..c0da4d9edbd --- /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 3531701ee66..881c9af49ae 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 154e9c3ff4b..3c14a25fc26 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: