"""AYN Antivirus Dashboard — HTML Template. Single-page application with embedded CSS and JavaScript. All data is fetched from the ``/api/*`` endpoints. """ from __future__ import annotations def get_dashboard_html() -> str: """Return the complete HTML dashboard as a string.""" return _HTML _HTML = r""" AYN Antivirus — Security Dashboard
Security Dashboard
Up
Protection
Active
AI-powered analysis
Last Scan
Signatures
Quarantine
0
Isolated items
🧮 CPU Per Core
🧠 Memory Usage
Memory Breakdown
Swap
Load Average
1 / 5 / 15 min
Network Connections
Active inet sockets
CPU Frequency
Current MHz
⚙️ Top Processes
PIDProcessCPU %RAM %
Loading…
💾 Disk Usage
Loading…
⚠️ Threat Summary
Critical
0
High
0
Medium
0
Low
0
📈 Scan Activity (14 days)
🔵 Scans🔴 Threats Found
TimeFile PathThreatTypeSeverityDetectorAI VerdictStatusActions
Loading…
Page 1
📈 Scan History (30 days)
🔵 Scans🔴 Threats
📋 Recent Scans
TimeTypePathFilesThreatsDurationStatus
Loading…
Hashes
0
Malicious IPs
0
Domains
0
URLs
0
All
Hashes
IPs
Domains
URLs
Loading…
Page 1
🔄 Recent Updates
TimeFeedHashesIPsDomainsURLsStatus
Containers Found
0
Available Runtimes
Container Threats
0
📦 Discovered Containers
IDNameImageRuntimeStatusIPPortsAction
Loading…
⚠️ Container Threats
TimeContainerThreatTypeSeverityDetails
No container threats ✅
Total Quarantined
0
Vault Size
0 B
IDOriginal PathThreatDateSize
Vault is empty ✅
Loading…
"""