diff --git a/ui/app/components/allocation-status-bar.js b/ui/app/components/allocation-status-bar.js index ccd9e2147..6aa2683fa 100644 --- a/ui/app/components/allocation-status-bar.js +++ b/ui/app/components/allocation-status-bar.js @@ -59,7 +59,7 @@ export default class AllocationStatusBar extends DistributionBar { value: allocs.startingAllocs, className: 'starting', layers: 2, - legendLink: this.generateLegendLink(this.job, 'starting'), + legendLink: this.generateLegendLink(this.job, 'pending'), }, { label: 'Running',