mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Small fixes on appci
This commit is contained in:
parent
29de1e7f91
commit
0f3a9c907e
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@
|
|||
{% for app in data.apps %}
|
||||
<tr id="{{ app.name }}">
|
||||
<td class="appname"><div title="App name"><strong>{{ app.name }}</strong></div></td>
|
||||
<td class="applevel"><div title="level"><strong>{{ app.level }}</strong></div></td>
|
||||
<td class="applevel"><div title="Level"><strong>{{ app.level }}</strong></div></td>
|
||||
{% for status in app.statuses %}
|
||||
<td class="appstatus"><div title="{{ data.testnames[loop.index] }}" class="{{ status }}"></div></td>
|
||||
<td class="appstatus"><div title="{{ data.testnames[loop.index-1] }}" class="{{ status }}"></div></td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue