First commit.
This still needs some work on the installer, which is not added yet.
This commit is contained in:
5
views/results.txt.twig
Normal file
5
views/results.txt.twig
Normal file
@ -0,0 +1,5 @@
|
||||
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}}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user