coolify/resources/views/components/status
Andras Bacsai 35a8f54765 feat: improve health status warning messages for unknown and unhealthy states
- Add warning helper for 'unknown' health status
  - Clarifies that no health check is configured
  - Explains that Traefik/Caddy will still route traffic
  - Recommends configuring health checks for better reliability

- Update warning helper for 'unhealthy' health status
  - Corrects misleading message that suggested resource might work
  - Clearly states health check is failing
  - Emphasizes that Traefik will NOT work with unhealthy containers
  - Highlights that user action is required

Both warnings include links to documentation and use consistent warning icons.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:37:03 +01:00
..
degraded.blade.php fix(css): remove unnecessary tracking classes from status components for consistency 2025-10-09 16:38:40 +02:00
index.blade.php feat: add container restart tracking and crash loop detection 2025-11-10 13:04:31 +01:00
restarting.blade.php fix(css): remove unnecessary tracking classes from status components for consistency 2025-10-09 16:38:40 +02:00
running.blade.php feat: improve health status warning messages for unknown and unhealthy states 2025-11-20 14:37:03 +01:00
services.blade.php fix: correct status for services with all containers excluded from health checks 2025-11-19 10:54:51 +01:00
stopped.blade.php fix(css): remove unnecessary tracking classes from status components for consistency 2025-10-09 16:38:40 +02:00