Skip to content

Commit

Permalink
packages; fix patch class
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
  • Loading branch information
hthiery committed Jan 4, 2020
1 parent 2561415 commit c626c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{% if packages[name]['status']['url'][0] == 'ok' %}
<td class="table-success"><a href="{{packages[name]['url']}}">URL</a></td>
{% elif packages[name]['status']['url'][0] == 'warning' %}
<td class="table-warning">{{packages[name].patch_count}}</td>
<td class="table-warning">{{packages[name]['status']['url'][1]}}</td>
{% elif packages[name]['status']['url'][0] == 'error' %}
<td class="table-danger">{{packages[name]['status']['url'][1]}}</td>
{% endif %}
Expand Down

0 comments on commit c626c5b

Please sign in to comment.