Skip to content

Commit

Permalink
backport of commit ddfadca (#22437)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Renaud <phil.renaud@hashicorp.com>
  • Loading branch information
hc-github-team-nomad-core and philrenaud committed May 31, 2024
1 parent 2b83da3 commit e39b282
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/app/controllers/allocations/allocation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ export default class IndexController extends Controller.extend(Sortable) {

@action
taskClick(allocation, task, event) {
if (!(event instanceof Event)) {
event = null;
}
lazyClick([() => this.send('gotoTask', allocation, task), event]);
}

Expand Down

0 comments on commit e39b282

Please sign in to comment.