FireLens Admin

Firewall Management

+ Add Firewall
{% if firewalls %} {% for fw in firewalls %} {% endfor %}
Name Host Type Status Collector Auth Actions
{{ fw.name }} {{ fw.host }} {{ fw.type }} {{ 'Enabled' if fw.enabled else 'Disabled' }} {{ fw.collector_status }} {{ 'Yes' if fw.authenticated else 'No' }} Edit
{% else %}

No firewalls configured yet.

Add Your First Firewall
{% endif %}