{# Dark mode variant of compliance report. Filename: report_dark.html.j2 #}
|
{{ title }}
Generated: {{ generated }}
|
| Total hosts: {{ total_hosts }} Matching expected: {{ ok_hosts }} With issues: {{ hosts_with_issues|length }} |
| {{ header_title }} {% if has_issues %} {{ badge('ISSUES', '#ef4444') }} {% else %} {{ badge('OK', '#16a34a') }} {% endif %} | ||||
| {{ badge('ISSUES', '#ef4444') }} | ||||
| {{ label }}: {{ fmt_ports(ports) }} | ||||
|
Discovered Ports
|
||||
| Protocol | Port | State | Service | Expectation |
| {{ pill_proto(p.protocol) }} | {{ p.port }} | {{ pill_state(p.state) }} | {{ p.service or '-' }} | {{ expectation_badge | safe }} |
| No per-port details to display after filtering closed UDP results. | ||||
| No per-port details available for this host. | ||||
| {{ badge('OK', '#16a34a') }} Matches expected ports. | ||||