{{ node.hostname or node.id }}
{% if node.snapshot and node.snapshot.networks %}{{ node.snapshot.networks|sum(attribute='summary.total_switches') }}{% else %}โ{% endif %}
{% if node.snapshot and node.snapshot.networks %}{{ node.snapshot.networks|sum(attribute='alerts.critical') }}C / {{ node.snapshot.networks|sum(attribute='alerts.warning') }}W{% else %}โ{% endif %}
{% if node.snapshot and node.snapshot.networks %}{% set cpu_vals = [] %}{% for net in node.snapshot.networks %}{% for sw in net.switches %}{% if sw.cpu_5min %}{% set _ = cpu_vals.append(sw.cpu_5min) %}{% endif %}{% endfor %}{% endfor %}{% if cpu_vals %}{{ cpu_vals|max }}%{% else %}โ{% endif %}{% else %}โ{% endif %}
{{ (node.edition or 'unknown')|upper }}
{{ node.last_seen or 'Never' }}
No nodes registered yet.
Click + Add Node to register your first NetPol node.