Browse Source

Use correct property for country name

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

2
views/listing.html

@ -16,7 +16,7 @@ Hello World!
<td>{{ node.nickname }}</td>
<td>{{ node.advertised_bandwidth }}</td>
<td>{{ node.last_restarted if node.running else 'Down' }}</td>
<td>{{ node.region_name }}</td>
<td>{{ node.country_name }}</td>
<td>{{ node.flags }}</td>
<td>{{ node.type }}</td>
</tr>

Loading…
Cancel
Save