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 e7831f453..6d3689587 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 @@ -6,72 +6,106 @@ @startExpanded={{this.isExpanded}} @onToggle={{action this.persist}} as |a| > - - - - Job Status in Client - - {{this.jobClientStatus.totalNodes}} - - - {{x-icon "info-circle-outline" class="is-faded"}} - - - {{#unless a.isOpen}} - - - - - - {{/unless}} - - - - - - {{#each chart.data as |datum index|}} - + + + Job Status in Client + + {{this.jobClientStatus.totalNodes}} + + - {{#if (gt datum.value 0)}} - + {{x-icon "info-circle-outline" class="is-faded"}} + + + {{#unless a.isOpen}} + + + + + + {{/unless}} + + + + + + {{#each chart.data as |datum index|}} + + {{#if (gt datum.value 0)}} + + + + {{else}} - - {{else}} - - {{/if}} - - {{/each}} - - - + {{/if}} + + {{/each}} + + + + {{else}} + + + + Job Status in Client + + {{x-icon "info-circle-outline" class="is-faded"}} + + + + + + + + Not Authorized + + + Your + + ACL token + + does not provide + + node:read + + permission. + + + + {{/if}} {{/if}} \ No newline at end of file
+ Your + + ACL token + + does not provide + + node:read + + permission. +
+ node:read +