Skip to content

Commit

Permalink
Add os_version
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
  • Loading branch information
Zack Cerza committed Oct 23, 2014
1 parent f0393f7 commit 754607a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pulpito/templates/job.html
Expand Up @@ -20,6 +20,7 @@ <h1 id="tables"><a href="/{{ job.name }}/">{{ job.name }}</a><span class='spaced
<th>Machine</th>
<th>Teuthology Branch</th>
<th>OS Type</th>
<th>OS Version</th>
<th>Status</th>
</tr>
</thead>
Expand Down Expand Up @@ -49,6 +50,9 @@ <h1 id="tables"><a href="/{{ job.name }}/">{{ job.name }}</a><span class='spaced
<td>
{{ job.os_type }}
</td>
<td>
{{ job.os_version }}
</td>
<td>
{{ job.status }}
</td>
Expand Down
4 changes: 4 additions & 0 deletions pulpito/templates/run.html
Expand Up @@ -80,6 +80,7 @@ <h2>
<th>Machine</th>
<th>Teuthology Branch</th>
<th>OS Type</th>
<th>OS Version</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -130,6 +131,9 @@ <h2>
<td>
{{ job['os_type'] }}
</td>
<td>
{{ job['os_version'] }}
</td>
</tr>
{% if job.failure_reason %}
<tr class="tablesorter-childRow job_fail_extra">
Expand Down

0 comments on commit 754607a

Please sign in to comment.