Rename runners to workers
This commit is contained in:
parent
78f945647c
commit
6f4793bcf2
20 changed files with 233 additions and 237 deletions
14
templates/worker.html
Normal file
14
templates/worker.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ name }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Worker</h2>
|
||||
<div class="worker">
|
||||
<span class="name">worker {{ name }}</span>
|
||||
<dl>
|
||||
<dt>Last seen:</dt>
|
||||
<dd>{{ last_seen }}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue