Tim Andersson has proposed merging
~andersson123/autopkgtest-cloud:another-all-proposed-patch into
autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/459942
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of
~andersson123/autopkgtest-cloud:another-all-proposed-patch into
autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/templates/browse-results.html b/charms/focal/autopkgtest-web/webcontrol/templates/browse-results.html
index 3da1e24..23c1685 100644
--- a/charms/focal/autopkgtest-web/webcontrol/templates/browse-results.html
+++ b/charms/focal/autopkgtest-web/webcontrol/templates/browse-results.html
@@ -20,14 +20,16 @@
<td>{{row[1]}}</td>
<td>{{row[2]}}</td>
<td>{{row[3]}}</td>
- <td class="{{row[4]}}">{{row[4]}}</td>
+ <td>{{row[4]}}</td>
+ <td class="{{row[5]}}">{{row[5]}}</td>
<td>
{% if row[5] != "-" %}
- <a href="https://launchpad.net/~{{row[4]}}">{{row[4]}}</a>
+ <a href="https://launchpad.net/~{{row[5]}}">{{row[5]}}</a>
{% else %}
{{row[5]}}
{% endif %}
</td>
+ <td>class="{{row[6]}}">{{row[6]}}</td>
<td class="nowrap">
<a href="{{row[7]}}/log.gz">log</a>  
<a href="{{row[7]}}/artifacts.tar.gz">artifacts</a>  
--
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help : https://help.launchpad.net/ListHelp