Skip to content
Snippets Groups Projects
Commit fec28c7e authored by Pablo Vazquez's avatar Pablo Vazquez
Browse files

Server: No Task Type for now (it's None)

parent ad276dbc
No related branches found
No related tags found
No related merge requests found
......@@ -27,18 +27,6 @@
.table.item-properties
.table-body
.table-row
.table-cell Belongs to task
.table-cell
a(
href="{{ url_for('flamenco.tasks.perproject.view_task', project_url=project.url, task_id=task._id) }}"
data-task-id="{{ task._id }}",
class="task-link"
)
| {{ task._id }}
.table-row
.table-cell task Type
.table-cell {{ task.task_type | undertitle }}
.table-row.properties-status.js-help(
data-url="{{ url_for('flamenco.help', project_url=project.url) }}")
.table-cell Status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment