diff --git a/templates/summary.html b/templates/summary.html index 28926a5..3cc3a72 100644 --- a/templates/summary.html +++ b/templates/summary.html @@ -8,7 +8,14 @@ {% for row in summary[host] %} - {{row.name}}{{row.proto}}{{row.table}}{{row.state}}{{row.since}}{{row.info}} + + {{row.name}} + {{row.proto}} + {{row.table}} + {{row.state}} + {{row.since}} + {{row.info}} + {% else %} {{summary[host].error}} {% endfor %}