standards exist for a reason
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3221fe5ae6
commit
7b226397f1
@ -1,5 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Kebab Collection</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
<h1>Current vertex count: {{ best_result|length }}</h1>
|
<h1>Current vertex count: {{ best_result|length }}</h1>
|
||||||
<h2>Total results submitted: {{ result_count }}</h2>
|
<h2>Total results submitted: {{ result_count }}</h2>
|
||||||
|
|
||||||
@ -16,5 +20,5 @@
|
|||||||
<li>{{ worker.ipaddr }} - {{ worker.last_seen }}</li>
|
<li>{{ worker.ipaddr }} - {{ worker.last_seen }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user