diff --git a/README.md b/README.md index 4f87b7fcd..abfee22de 100644 --- a/README.md +++ b/README.md @@ -539,10 +539,26 @@ make dev See Pulse in action with our [complete screenshot gallery →](docs/SCREENSHOTS.md) -| Dashboard | Alert History | Mobile View | -|-----------|---------------|-------------| -|  |  |  | -| *Monitor all nodes, VMs, and containers* | *Track and analyze alert patterns* | *Full mobile responsiveness* | +### Core Features + +| Dashboard | Storage | Backups | +|-----------|---------|---------| +|  |  |  | +| *Real-time monitoring of nodes, VMs & containers* | *Storage pool usage across all nodes* | *Unified backup management & PBS integration* | + +### Alerts & Configuration + +| Alert Configuration | Alert History | Settings | +|---------------------|---------------|----------| +|  |  |  | +| *Configure thresholds & notifications* | *Track patterns with visual timeline* | *Manage nodes & authentication* | + +### Mobile Experience + +| Mobile Dashboard | +|------------------| +|  | +| *Fully responsive interface for monitoring on the go* | ## Links diff --git a/docs/SCREENSHOTS.md b/docs/SCREENSHOTS.md index 727ebc8f7..0294cf774 100644 --- a/docs/SCREENSHOTS.md +++ b/docs/SCREENSHOTS.md @@ -1,8 +1,8 @@ # Pulse Screenshots -## Dashboard Overview +## Dashboard Overview (Dark Mode)  -*Real-time monitoring dashboard showing 7 Proxmox nodes with 35 VMs and 56 containers. Color-coded resource usage (CPU, RAM, storage) with quick status indicators for running/stopped guests. Automatic layout adapts to cluster size - compact cards for 5-9 nodes.* +*Real-time monitoring dashboard showing 7 Proxmox nodes with 35 VMs and 56 containers. Color-coded resource usage (CPU, RAM, storage) with quick status indicators for running/stopped guests. Automatic layout adapts to cluster size - compact cards for 5-9 nodes. Professional dark theme optimized for 24/7 monitoring setups.* ## Storage Management  @@ -12,9 +12,9 @@  *Centralized backup management showing PBS backups, PVE backup tasks, and VM snapshots in one place. Track backup status, sizes, retention, and quickly identify failed or missing backups across your entire infrastructure.* -## Alert Configuration - -*Configure monitoring thresholds and notification settings. Set global defaults or per-resource overrides for CPU, memory, and disk alerts. Supports quiet hours, cooldown periods, and alert grouping to prevent notification spam.* +## Alerts & Configuration + +*Unified alerts view showing active alerts and configuration settings. Monitor current system alerts with severity indicators, affected resources, and acknowledgment status. Configure thresholds, notification settings, quiet hours, and alert grouping. Bulk actions allow managing multiple alerts simultaneously.* ## Alert History & Analytics  @@ -24,10 +24,6 @@  *Manage Proxmox nodes and PBS instances through the UI. Add/remove nodes, configure credentials securely (encrypted at rest), set polling intervals, and manage authentication settings. Quick health check shows connection status for all nodes.* -## Dark Mode Theme - -*Professional dark theme optimized for 24/7 monitoring setups. High contrast design reduces eye strain during extended viewing sessions while maintaining excellent readability of metrics and status indicators.* - ## Mobile Responsive Design  *Fully responsive mobile interface for monitoring on the go. Touch-optimized controls, collapsible navigation, and adaptive layouts ensure full functionality on smartphones and tablets without compromising usability.* \ No newline at end of file diff --git a/docs/images/01-dashboard.png b/docs/images/01-dashboard.png index 30ccf418d..90cf6060a 100644 Binary files a/docs/images/01-dashboard.png and b/docs/images/01-dashboard.png differ diff --git a/docs/images/02-storage.png b/docs/images/02-storage.png index d44753048..d0c2cb9ee 100644 Binary files a/docs/images/02-storage.png and b/docs/images/02-storage.png differ diff --git a/docs/images/03-backups.png b/docs/images/03-backups.png index b7e25e728..2374c57fd 100644 Binary files a/docs/images/03-backups.png and b/docs/images/03-backups.png differ diff --git a/docs/images/04-alerts.png b/docs/images/04-alerts.png index 3ece41862..d9a1c8da9 100644 Binary files a/docs/images/04-alerts.png and b/docs/images/04-alerts.png differ diff --git a/docs/images/05-alert-history.png b/docs/images/05-alert-history.png index f328ef11b..407835591 100644 Binary files a/docs/images/05-alert-history.png and b/docs/images/05-alert-history.png differ diff --git a/docs/images/06-settings.png b/docs/images/06-settings.png index 013177bed..6e43f369b 100644 Binary files a/docs/images/06-settings.png and b/docs/images/06-settings.png differ diff --git a/docs/images/07-dark-mode.png b/docs/images/07-dark-mode.png deleted file mode 100644 index 30ccf418d..000000000 Binary files a/docs/images/07-dark-mode.png and /dev/null differ diff --git a/docs/images/08-mobile.png b/docs/images/08-mobile.png index 98c36c8f9..05c933454 100644 Binary files a/docs/images/08-mobile.png and b/docs/images/08-mobile.png differ diff --git a/frontend-modern/src/pages/Alerts.tsx b/frontend-modern/src/pages/Alerts.tsx index ebbde7519..0dc53d839 100644 --- a/frontend-modern/src/pages/Alerts.tsx +++ b/frontend-modern/src/pages/Alerts.tsx @@ -897,29 +897,31 @@ function OverviewTab(props: { {/* Recent Alerts */}
+ {alert.message} +
++ Started: {new Date(alert.startTime).toLocaleString()} +
- {alert.message} -
-- Started: {new Date(alert.startTime).toLocaleString()} -