diff --git a/core/templates/partials/results_table.html b/core/templates/partials/results_table.html index 1ed9bc4..a466c49 100644 --- a/core/templates/partials/results_table.html +++ b/core/templates/partials/results_table.html @@ -259,7 +259,7 @@ "channel": "{{ row.cells.channel|escapejs }}", "time": "{{ row.cells.time|escapejs }}", "date": "{{ row.cells.date|escapejs }}", - "index": "{{ params.index }}", + "index": "{% if row.cells.index != '—' %}{{row.cells.index}}{% else %}{{ params.index }}{% endif %}", "type": "{{ row.cells.type }}", "mtype": "{{ row.cells.mtype }}", "nick": "{{ row.cells.nick|escapejs }}",