forked from enviPath/enviPy
[Feature] Engineer Pathway (#256)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#256
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
<table class="table-zebra table">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if meta.user.is_superuser %}
|
||||
<th>User</th>
|
||||
{% endif %}
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Status</th>
|
||||
@ -36,7 +39,11 @@
|
||||
<a href="{{ job.user.url }}">{{ job.user.username }}</a>
|
||||
</td>
|
||||
{% endif %}
|
||||
<td>{{ job.task_id }}</td>
|
||||
<td>
|
||||
<a href="{% url 'job detail' job.task_id %}"
|
||||
>{{ job.task_id }}</a
|
||||
>
|
||||
</td>
|
||||
<td>{{ job.job_name }}</td>
|
||||
<td>{{ job.status }}</td>
|
||||
<td>{{ job.created }}</td>
|
||||
|
||||
Reference in New Issue
Block a user