From 98406f9c5047d0fcfb337b8c8c6fe823daaa74f9 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 20 Jun 2022 14:45:00 +0200 Subject: [PATCH] fix: Make the runner column empty when showing jobs for only one --- dist/runner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/runner.html b/dist/runner.html index 1df5c64..43d6188 100644 --- a/dist/runner.html +++ b/dist/runner.html @@ -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')