diff --git a/ui/app/templates/components/job-row.hbs b/ui/app/templates/components/job-row.hbs index 6475ab620..eeeb523e4 100644 --- a/ui/app/templates/components/job-row.hbs +++ b/ui/app/templates/components/job-row.hbs @@ -1,15 +1,34 @@ -{{this.job.name}} + + + {{this.job.name}} + + {{#if this.system.shouldShowNamespaces}} - {{this.job.namespace.name}} + + {{this.job.namespace.name}} + {{/if}} {{#if (eq @context "child")}} - {{format-month-ts this.job.submitTime}} + + {{format-month-ts this.job.submitTime}} + {{/if}} - {{this.job.status}} + + {{this.job.status}} + + + + {{this.job.displayType}} + + + {{this.job.priority}} -{{this.job.displayType}} -{{this.job.priority}} {{#if this.job.taskGroupCount}} {{this.job.taskGroupCount}} @@ -23,10 +42,12 @@ {{#if (gt this.job.totalChildren 0)}} {{else}} - No Children + + No Children + {{/if}} {{else}} {{/if}} - + \ No newline at end of file