diff --git a/meshview/templates/nodelist.html b/meshview/templates/nodelist.html index 98a258c..b3b922f 100644 --- a/meshview/templates/nodelist.html +++ b/meshview/templates/nodelist.html @@ -125,7 +125,7 @@ tr:nth-child(odd) { {{ node.long_name }} {{ node.short_name }} {{ node.hw_model if node.hw_model else "N/A" }} - {{ node.firmware }} + {{ node.firmware if node.firmware else "N/A" }} {{ node.role if node.role else "N/A" }} {{ "{:.7f}".format(node.last_lat / 10**7) if node.last_lat else "N/A" }} {{ "{:.7f}".format(node.last_long / 10**7) if node.last_long else "N/A" }}