Skip to content
Snippets Groups Projects
Unverified Commit 1ee5eaa5 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

statistics: fix column headers in time series

parent 0fe72210
No related branches found
No related tags found
No related merge requests found
......@@ -186,9 +186,9 @@
<th>Time</th>
<th>Total</th>
{% for key, value in topdelimiters %}
{% set keyName = key %}
{% if delimiterPresentation[key] is defined %}
{% set keyName = delimiterPresentation[key] %}
{% set keyName = value %}
{% if delimiterPresentation[value] is defined %}
{% set keyName = delimiterPresentation[value] %}
{% endif %}
<th>{{ keyName }}</th>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment