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

Server: Show properties for all job types

parent fec28c7e
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
.table-cell(title="Higher number means higher priority") .table-cell(title="Higher number means higher priority")
| {{ job.priority }} | {{ job.priority }}
| {% if job.job_type == 'blender-render' %}
.table.item-properties.item-job-settings .table.item-properties.item-job-settings
.table-body .table-body
| {% for set_key, set_val in job.settings.to_dict().iteritems() %} | {% for set_key, set_val in job.settings.to_dict().iteritems() %}
...@@ -41,7 +40,6 @@ ...@@ -41,7 +40,6 @@
.table-cell .table-cell
| {{ set_val }} | {{ set_val }}
| {% endfor %} | {% endfor %}
| {% endif %}
#item-action-panel #item-action-panel
.pull-right .pull-right
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment