From 4e104fb9c8b902d21ead05b891ae153dcd0f1efc Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 16 Jul 2019 10:34:09 -0400 Subject: [PATCH] The web interface did not show that a job was held for authentication (Issue #5604) --- templates/jobs.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/jobs.tmpl b/templates/jobs.tmpl index 032619eb01..8d787572d9 100644 --- a/templates/jobs.tmpl +++ b/templates/jobs.tmpl @@ -18,9 +18,9 @@ {job_preserved>0?{job_state>5?
:}:} -{job_state=4? +{job_state=4?{job_hold_until=auth-info-required?Held for authentication.:
-
:} +:}} {job_state=3?
:} -- 2.47.2