From a765f29573202183df40f7b9e5c8428d151cd479 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 1 Sep 2016 13:39:22 +0100 Subject: [PATCH] Format node type in listing table --- views/listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/listing.html b/views/listing.html index c77bde2..8a25ec6 100644 --- a/views/listing.html +++ b/views/listing.html @@ -20,7 +20,7 @@ {{ node.last_restarted if node.running else 'Down' }} {{ node.country_name }} {{ node.flags | join(', ') }} - {{ node.type }} + {{ node.type | title }} {% endfor %}