Raw results are working and downloadable
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
notable unnoted renoted
|
||||
x y time x y time x y time
|
||||
{% for result in data %}
|
||||
{{result.notable.xcoordinate}} {{result.notable.ycoordinate}} {{result.notable.responsetime}} {{result.unnoted.xcoordinate}} {{result.unnoted.ycoordinate}} {{result.unnoted.responsetime}} {{result.renoted.xcoordinate}} {{result.renoted.ycoordinate}} {{result.renoted.responsetime}}
|
||||
uid datetime host phase xcoordinate ycoordinate responsetime score
|
||||
{% for record in data %}
|
||||
{{record.uid}} {{record.datetime}} {{record.host}} {{record.phase}} {{record.xcoordinate}} {{record.ycoordinate}} {{record.responsetime}} {{record.score}}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user