Fix the "Starting" allocations link (#18866)

Before this commit, it would bring you to the list of allocations
filtered by status=starting. This status does not exist in the Status
drop-down on the Allocations section of a job in the UI.
This commit is contained in:
Logan Attwood
2023-11-01 16:23:43 -03:00
committed by GitHub
parent 0b0ae40199
commit 0e643501de

View File

@@ -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',