{% extends "base.html" %} {% block title %}{{ site.site_name }} - Site Details{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ site.description }}
{% endif %}Add notes to document site information, configurations, or procedures
Create First Note| Status | Device | Vendor | Model | Role | Captures | Actions |
|---|---|---|---|---|---|---|
| {% if device.current_captures > 0 and device.last_fingerprint_success %} {% elif device.current_captures > 0 or device.last_fingerprint_success %} {% else %} {% endif %} | {{ device.name }} {% if device.is_stack %} Stack {% endif %} {% if device.is_infrastructure %} Infra {% endif %} | {{ device.vendor_name or '-' }} | {{ device.model or '-' }} | {{ device.role_name or '-' }} | {% if device.current_captures > 0 %} {{ device.current_captures }} / {{ device.capture_types or 0 }} types {% else %} 0 {% endif %} |
Assign devices to this site to see them here