mirror of
https://github.com/lubuntu-team/metrics.git
synced 2025-08-11 07:54:03 +00:00
Link templates to summary and vice-versa.
This commit is contained in:
parent
c8f17940eb
commit
817a5751d0
@ -25,6 +25,7 @@
|
||||
<th>Average Failing</th>
|
||||
<th>Average Non-passing</th>
|
||||
<th>Average Total</th>
|
||||
<th>Graph for Data</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -34,6 +35,7 @@
|
||||
{% for avg in page.Jenkins[day] %}
|
||||
<td>{{ avg }}</td>
|
||||
{% endfor %}
|
||||
<td><a href="jenkins_{{ day }}days.html">Here</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
@ -20,6 +20,7 @@
|
||||
<h2>Average number of failing jobs: {{ average.failing }}</h2>
|
||||
<h2>Average number of non-passing jobs: {{ average.nonpassing }}</h2>
|
||||
<h2>Average number of total jobs: {{ average.total }}</h2>
|
||||
<h2><a href="./">Back to summary page</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user