diff --git a/views/listing.html b/views/listing.html index 3208fb7..eba499d 100644 --- a/views/listing.html +++ b/views/listing.html @@ -16,30 +16,34 @@ - - - - - - - - - - - - - {% for node in nodes %} - - - - - - - - - {% endfor %} - -
NicknameBandwidthUptimeCountryFlagsType
{{ node.nickname }}{{ node.advertised_bandwidth }}{{ node.last_restarted if node.running else 'Down' }}{{ node.country_name }}{{ node.flags }}{{ node.type }}
+
+ + + + + + + + + + + + + + {% for node in nodes %} + + + + + + + + + {% endfor %} + +
NicknameBandwidthUptimeCountryFlagsType
{{ node.nickname }}{{ node.advertised_bandwidth }}{{ node.last_restarted if node.running else 'Down' }}{{ node.country_name }}{{ node.flags }}{{ node.type }}
+ +