Skip to content

Commit

Permalink
metadata-view: fix unknown node state
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 11, 2024
1 parent 28fa7b6 commit dbb4a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/Info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function taskObjToNode (task) {
tokens,
name: tokens.task,
node: task,
type: 'task',
children: [],
}
}
Expand All @@ -133,6 +134,7 @@ function jobObjToNode (job) {
name: tokens.job,
tokens,
node: job,
type: 'job',
}
}

Expand Down

0 comments on commit dbb4a2f

Please sign in to comment.