fix: Make the runner column empty when showing jobs for only one
This commit is contained in:
parent
02ce6e8d5c
commit
98406f9c50
1 changed files with 1 additions and 1 deletions
2
dist/runner.html
vendored
2
dist/runner.html
vendored
|
@ -115,7 +115,7 @@
|
||||||
link: 'https://gitlab.com/' + job.project.path_with_namespace,
|
link: 'https://gitlab.com/' + job.project.path_with_namespace,
|
||||||
text: job.project.name
|
text: job.project.name
|
||||||
},
|
},
|
||||||
runner: job.runner.description
|
runner: job.runner?.description || ''
|
||||||
})
|
})
|
||||||
|
|
||||||
const row = $(fragment, 'tr')
|
const row = $(fragment, 'tr')
|
||||||
|
|
Loading…
Reference in a new issue