=== modified file 'dashboard_app/templates/dashboard_app/_test_run_list_table.html'
@@ -15,7 +15,7 @@
<tbody>
{% for test_run in test_run_list %}
<tr>
- <td><a href="{{ test_run.get_absolute_url }}"><code>{{ test_run.analyzer_assigned_uuid }}<code/></a></td>
+ <td><a href="{{ test_run.get_absolute_url }}"><code>{{ test_run.test }} results<code/></a></td>
<td><a href="{{ test_run.test.get_absolute_url }}">{{ test_run.test }}</a></td>
<td>{{ test_run.bundle.uploaded_on|date:"Y-m-d H:i:s" }}</td>
<td>{{ test_run.analyzer_assigned_date|date:"Y-m-d H:i:s" }}</td>
=== modified file 'dashboard_app/templates/dashboard_app/bundle_list.html'
@@ -61,7 +61,7 @@
<table class="demo_jui display" id="bundles">
<thead>
<tr>
- <th>{% trans "Bundle SHA1" %}</th>
+ <th>{% trans "Bundle Name" %}</th>
<th>{% trans "Uploaded On" %}</th>
<th>{% trans "Uploaded By" %}</th>
<th>{% trans "Deserialized?" %}</th>
@@ -71,7 +71,7 @@
<tbody>
{% for bundle in bundle_list %}
<tr>
- <td><a href="{{ bundle.get_absolute_url }}"><code>{{ bundle.content_sha1 }}</code></a></td>
+ <td><a href="{{ bundle.get_absolute_url }}"><code>{{ bundle.content_filename }}</code></a></td>
<td>{{ bundle.uploaded_on|date:"Y-m-d H:i:s"}}</td>
<td>
{% if bundle.uploaded_by %}