diff --git a/ui/app/templates/components/job-page/parts/job-client-status-summary.hbs b/ui/app/templates/components/job-page/parts/job-client-status-summary.hbs index c96d0ff4e4e..eab69e8f936 100644 --- a/ui/app/templates/components/job-page/parts/job-client-status-summary.hbs +++ b/ui/app/templates/components/job-page/parts/job-client-status-summary.hbs @@ -29,7 +29,7 @@ Allocations
  • Evaluations
  • - {{#if this.job.hasClientStatus}} + {{#if (and this.job.hasClientStatus (not this.job.hasChildren))}}
  • Clients
  • {{/if}} diff --git a/ui/app/templates/jobs/job/clients.hbs b/ui/app/templates/jobs/job/clients.hbs index 8efb22eb3cc..b61d6dacfe8 100644 --- a/ui/app/templates/jobs/job/clients.hbs +++ b/ui/app/templates/jobs/job/clients.hbs @@ -98,7 +98,7 @@ No Clients

    - No clients have been placed. + No clients available.