Browse Source

Format flags in listing table

pm2
Luke Childs 8 years ago
parent
commit
a0e6d29ca1
  1. 2
      views/listing.html

2
views/listing.html

@ -19,7 +19,7 @@
<td>{{ node.advertised_bandwidth }}</td>
<td>{{ node.last_restarted if node.running else 'Down' }}</td>
<td>{{ node.country_name }}</td>
<td>{{ node.flags }}</td>
<td>{{ node.flags | join(', ') }}</td>
<td>{{ node.type }}</td>
</tr>
{% endfor %}

Loading…
Cancel
Save