summaryrefslogtreecommitdiffstats
path: root/qtip/reporter/templates/timeline.j2
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/reporter/templates/timeline.j2')
-rw-r--r--qtip/reporter/templates/timeline.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/qtip/reporter/templates/timeline.j2 b/qtip/reporter/templates/timeline.j2
index d4c95c46..ccb089e0 100644
--- a/qtip/reporter/templates/timeline.j2
+++ b/qtip/reporter/templates/timeline.j2
@@ -1,8 +1,8 @@
{{ title }}
{% for phase in phases %}
-{{ phase.name|upper }}{{ "TIME" }}
+{{ phase.name|upper }}{{ "TIME"}}
{% for cp in phase.checkpoints %}
-{{ cp.name }}{{ cp.timestamp}}
+{{ cp.name }}{{ cp.timestamp| indent(15, True)}}
{% endfor %}
{% endfor %}
Total: {{ total }}