Index: command_wrapper/viewer.html |
=================================================================== |
--- command_wrapper/viewer.html (revision 54172) |
+++ command_wrapper/viewer.html (working copy) |
@@ -43,6 +43,7 @@ |
<th align="left">uname_release</th> |
<th align="left">uname_version</th> |
<th align="left">uname_machine</th> |
+ <th align="left">uname_processor</th> |
</tr> |
{% for item in items %} |
<tr> |
@@ -70,6 +71,7 @@ |
<td>{{ item.uname_release|escape }}</td> |
<td>{{ item.uname_version|escape }}</td> |
<td>{{ item.uname_machine|escape }}</td> |
+ <td>{{ item.uname_processor|escape }}</td> |
</tr> |
{% endfor %} |
</table> |