CluPilotCloud/resources/views/livewire
nexxo c2a56382e1 Build the dashboard cards to the template, and name what has no source
Card by card against the approved template: label with a chevron, the figure
and its unit on one line, a line of context underneath, a bar across the foot.
The order matches too — storage, seats, transfer, then the fourth slot.

Three of the template's four visuals have no data behind them, and the code now
says so where someone will read it rather than leaving the next person to
wonder why the charts are missing:

- Storage consumption is never sampled. The card states the contractually
  agreed allowance instead of drawing a ring at an invented level.
- instance_traffic keeps one row per period, not a daily series, so there is
  nothing to draw a sparkline from. The share of the allowance is real, so
  that card carries a bar.
- monitoring_targets records a state and a check time but no uptime figure, so
  there is no availability percentage to show. That slot carries the last
  backup — the thing this product is about and can actually prove.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-27 16:21:27 +02:00
..
admin One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
auth One design system for every surface 2026-07-27 16:03:47 +02:00
backups.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
billing.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
cloud.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
confirm-cancel-package.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
confirm-close-account.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
confirm-remove-order.blade.php feat(billing): a cart you can actually read and change 2026-07-26 05:26:49 +02:00
customer-provisioning.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
dashboard.blade.php Build the dashboard cards to the template, and name what has no source 2026-07-27 16:21:27 +02:00
invoices.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
settings.blade.php One definition of the navigation, and the country instead of the building 2026-07-27 16:09:39 +02:00
support.blade.php Follow the approved template, and stop showing invented records 2026-07-27 16:17:06 +02:00
users.blade.php Follow the approved template, and stop showing invented records 2026-07-27 16:17:06 +02:00