Skip to content
Snippets Groups Projects
Commit 4ceeefcf authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add missing thead entries for action row, fix colspan for table placeholders,...

Add missing thead entries for action row, fix colspan for table placeholders, fix data-field names in admin section
parent addeaab7
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,12 @@ ...@@ -22,11 +22,12 @@
<thead> <thead>
<tr> <tr>
<th data-field="id">Version Code</th> <th data-field="id">Version Code</th>
<th data-field="project-name">Version Name</th> <th data-field="project-version">Version Name</th>
<th data-field="project-name">Title</th> <th data-field="project-name">Title</th>
<th data-field="project-name">Due Date</th> <th data-field="project-due_date">Due Date</th>
<th data-field="project-name">Completion Date</th> <th data-field="project-completion_date">Completion Date</th>
<th data-field="project-name">Status</th> <th data-field="project-status">Status</th>
<th data-field="actions"></th>
</tr> </tr>
</thead> </thead>
...@@ -55,7 +56,7 @@ ...@@ -55,7 +56,7 @@
{% endfor %} {% endfor %}
{% else %} {% else %}
<tr> <tr>
<td colspan="2" class="center-align">No milestones available</td> <td colspan="7" class="center-align">No milestones available</td>
</tr> </tr>
{% endif %} {% endif %}
</tbody> </tbody>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
<tr> <tr>
<th data-field="id">ID</th> <th data-field="id">ID</th>
<th data-field="project-name">Project Name</th> <th data-field="project-name">Project Name</th>
<th data-field="actions"></th>
</tr> </tr>
</thead> </thead>
...@@ -43,7 +44,7 @@ ...@@ -43,7 +44,7 @@
{% endfor %} {% endfor %}
{% else %} {% else %}
<tr> <tr>
<td colspan="2" class="center-align">No roadmaps available</td> <td colspan="3" class="center-align">No roadmaps available</td>
</tr> </tr>
{% endif %} {% endif %}
</tbody> </tbody>
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<tr> <tr>
<th data-field="id">ID</th> <th data-field="id">ID</th>
<th data-field="project-name">Title</th> <th data-field="project-name">Title</th>
<th data-field="project-name">Status</th> <th data-field="project-status">Status</th>
<th data-field="actions"></th>
</tr> </tr>
</thead> </thead>
...@@ -48,7 +49,7 @@ ...@@ -48,7 +49,7 @@
{% endfor %} {% endfor %}
{% else %} {% else %}
<tr> <tr>
<td colspan="2" class="center-align">No sub tasks available</td> <td colspan="4" class="center-align">No sub tasks available</td>
</tr> </tr>
{% endif %} {% endif %}
</tbody> </tbody>
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<tr> <tr>
<th data-field="id">ID</th> <th data-field="id">ID</th>
<th data-field="project-name">Title</th> <th data-field="project-name">Title</th>
<th data-field="project-name">Status</th> <th data-field="project-status">Status</th>
<th data-field="actions"></th>
</tr> </tr>
</thead> </thead>
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
{% endfor %} {% endfor %}
{% else %} {% else %}
<tr> <tr>
<td colspan="2" class="center-align">No tasks available</td> <td colspan="4" class="center-align">No tasks available</td>
</tr> </tr>
{% endif %} {% endif %}
</tbody> </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment