diff --git a/ui/app/components/allocation-row.js b/ui/app/components/allocation-row.js index ef310d7ed..b102f79d9 100644 --- a/ui/app/components/allocation-row.js +++ b/ui/app/components/allocation-row.js @@ -73,6 +73,9 @@ export default Component.extend({ function qualifyAllocation() { const allocation = this.allocation; + + // Make sure the allocation is a complete record and not a partial so we + // can show information such as preemptions and rescheduled allocation. return allocation.reload().then(() => { this.fetchStats.perform();