add missing template changes

This commit is contained in:
Christoph Kluge 2024-09-27 13:46:19 +02:00
parent 48225662b1
commit c7d0c86d52

View File

@ -15,6 +15,7 @@
const authlevel = {{ .User.GetAuthLevel }}; const authlevel = {{ .User.GetAuthLevel }};
const roles = {{ .Roles }}; const roles = {{ .Roles }};
const resampleConfig = {{ .Resampling }}; const resampleConfig = {{ .Resampling }};
const emission = {{ .Infos.emission }}
</script> </script>
<script src='/build/job.js'></script> <script src='/build/job.js'></script>
{{end}} {{end}}