diff --git a/lib/towerops_web/live/dashboard_live.html.heex b/lib/towerops_web/live/dashboard_live.html.heex index a20253f9..9d28bce7 100644 --- a/lib/towerops_web/live/dashboard_live.html.heex +++ b/lib/towerops_web/live/dashboard_live.html.heex @@ -115,7 +115,7 @@ <%!-- ═══════════════════════════════════════════════ CONDENSED STATUS BAR — single dense line ═══════════════════════════════════════════════ --%> -
+
<%!-- Health --%>
- + <%!-- Uptime --%>
@@ -166,7 +166,7 @@ <% end %>
- + <%!-- Alerts --%> <.link @@ -190,7 +190,7 @@ <%= if @current_scope.organization.use_sites && @sites_count > 0 do %> - + <.link navigate={~p"/sites"} class="flex items-center gap-1.5 px-2.5 py-1.5 rounded hover:bg-gray-200/50 dark:hover:bg-white/5 transition" @@ -203,7 +203,7 @@ <% end %> <%= if @has_subscribers do %> - +
Subs @@ -217,7 +217,7 @@
<%= if mrr_at_risk_positive?(@impact_summary.mrr_at_risk) do %> - +
At Risk @@ -235,7 +235,7 @@ <% end %> <%!-- Insights count --%> - + <.link navigate={~p"/insights"} class="flex items-center gap-1.5 px-2.5 py-1.5 rounded hover:bg-gray-200/50 dark:hover:bg-white/5 transition"