Browse Source

Format node type in listing table

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

2
views/listing.html

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

Loading…
Cancel
Save