diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index ff3a6a0..4b81be7 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -221,14 +221,20 @@
{deployment.name}
{getStatusBadge(deployment.status)} - {/* B6 expiry icon — only when warning/expired. Tooltip via - native title attribute keeps the dependency footprint - tiny on a hot list. */} + {/* B6/#180 expiry icon — only when approaching expiry. + Yellow ≤3 months out, red ≤6 weeks out, red octagon + once expired. Tooltip via native title attribute keeps + the dependency footprint tiny on a hot list. */} {expiryState === 'warning' && (+
{expiryState === "expired" ? "Verlängern Sie es jetzt, falls die nächtliche Bereinigung noch nicht gelaufen ist." : "Verlängern Sie es, bevor der Cleanup-Job es entfernt."}