first batch of code
This commit is contained in:
6
unittest-logs/unittestweb/templates/viewer/tree.html
Executable file
6
unittest-logs/unittestweb/templates/viewer/tree.html
Executable file
@@ -0,0 +1,6 @@
|
||||
<h1>{{ tree }}</h1>
|
||||
<ul>
|
||||
{% for build in newestbuilds %}
|
||||
<li>{{ build.get_os_display }}: {{ build.get_status_display }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user