fix: Make the runner column empty when showing jobs for only one

This commit is contained in:
ptrcnull 2022-06-20 14:45:00 +02:00
parent 02ce6e8d5c
commit 98406f9c50
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA

2
dist/runner.html vendored
View file

@ -115,7 +115,7 @@
link: 'https://gitlab.com/' + job.project.path_with_namespace,
text: job.project.name
},
runner: job.runner.description
runner: job.runner?.description || ''
})
const row = $(fragment, 'tr')