This commit is contained in:
Dennis Kerschus
2023-09-05 09:48:55 +02:00
parent 3ad6805621
commit 5b0b3badbb
13 changed files with 215 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
data.addRows([
['Normal flow','Normal flow',new Date("{{ startSlut[0][0].getMedianDag(0,30,2)[0] }}"),new Date("{{ startSlut[1][0].getMedianDag(0,30,2)[0] }}")],
{% for job in test %}
['{{ job.name }}','{{ job.name }}',new Date("{{ job.getMedianDag(0,30,2)[0] }}"),new Date("{{ job.getMedianDag(0,30,2)[1] }}")],
{% endfor %}