From d06d3d5d2593f2d36ea4b0479bcdd502ce0e7cec Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Jan 2021 15:02:38 +0100 Subject: [PATCH] UI: fallback to job name if there's no app --- templates/job.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/job.html b/templates/job.html index ec9a148..879bba3 100644 --- a/templates/job.html +++ b/templates/job.html @@ -5,7 +5,10 @@

(DELETED) - Job #{{job.id}} <% if app %>for <{ app.name }> <% endif %> + Job #{{job.id}} + <% if app %>{{ job.name }} + <% else %>{{ job.name }} + <% endif %>