Skip to content

Commit

Permalink
A bit of cleanup post-template stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jul 17, 2023
1 parent ced3cf6 commit 8c7c117
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
75 changes: 0 additions & 75 deletions ui/app/components/job-page/parts/variables.js

This file was deleted.

1 change: 0 additions & 1 deletion ui/app/models/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ export default class Job extends Model {
`nomad/jobs/${JSON.parse(this.parent.get('id'))[0]}`
);
} else {
console.log('before I go hunting', this.variables);
return this.variables?.findBy('path', `nomad/jobs/${this.plainId}`);
}
}
Expand Down
1 change: 0 additions & 1 deletion ui/app/templates/components/job-page/parts/variables.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Has job level variables: {{this.hasJobLevelVariables}}<br />
Has group level variables: {{this.hasGroupLevelVariables}}<br />
Has task level variables: {{this.hasTaskLevelVariables}}<br />

{{log "ALL VARS" this.jobRelevantVariables}}
<VariablePaths
@branch={{this.jobRelevantVariables}}
/>
Expand Down

0 comments on commit 8c7c117

Please sign in to comment.