mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user