diff --git a/ui/app/components/exec/open-button.js b/ui/app/components/exec/open-button.js index 84b552318231..59002f9d5cc9 100644 --- a/ui/app/components/exec/open-button.js +++ b/ui/app/components/exec/open-button.js @@ -21,7 +21,7 @@ export default class OpenButton extends Component { job: this.job, taskGroup: this.taskGroup, task: this.task, - allocation: this.task, + allocation: this.allocation, }); } }