From c7d0c86d52be8a3a47df18c94b406397e3f0cc22 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 27 Sep 2024 13:46:19 +0200 Subject: [PATCH] add missing template changes --- web/templates/monitoring/job.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/monitoring/job.tmpl b/web/templates/monitoring/job.tmpl index 92365b3..09ef7ba 100644 --- a/web/templates/monitoring/job.tmpl +++ b/web/templates/monitoring/job.tmpl @@ -15,6 +15,7 @@ const authlevel = {{ .User.GetAuthLevel }}; const roles = {{ .Roles }}; const resampleConfig = {{ .Resampling }}; + const emission = {{ .Infos.emission }} {{end}}