Fix end time in plan HTML template

This commit is contained in:
D. Berge
2021-06-19 15:43:04 +02:00
parent 9bbffe2ae0
commit b5f2945c8b

View File

@@ -164,7 +164,7 @@ footer {
<h1>{{projectId |upper}} Lookahead</h1>
{% if lines.length %}
<h4>From {{ lines |get("ts0") |sort |first |timestamp("min") }}
until {{ lines |get("ts0") |sort |last |timestamp("min") }}</h4>
until {{ lines |get("ts1") |sort |last |timestamp("min") }}</h4>
{% endif %}
</div>
</header>