From 83e85952f10f475c5f02fd3605b055f48d845af8 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 13 Mar 2026 16:33:46 -0500 Subject: [PATCH] fix: remove redundant sync schedule box from integrations cards The sync schedule was shown twice on non-exclusive integration cards (inline status row + separate box). Remove the box to match the uniform inline display used by the billing card. --- .../live/org/integrations_live.html.heex | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/towerops_web/live/org/integrations_live.html.heex b/lib/towerops_web/live/org/integrations_live.html.heex index 7aae6729..3799f83b 100644 --- a/lib/towerops_web/live/org/integrations_live.html.heex +++ b/lib/towerops_web/live/org/integrations_live.html.heex @@ -581,19 +581,6 @@ Network Insights → <% end %> - - <%= if integration.enabled do %> -
-

- <.icon name="hero-clock" class="h-3.5 w-3.5 inline" /> Sync Schedule -

-

- <%= if provider.id == "preseem" do %> - Syncs every {integration.sync_interval_minutes} minutes. Baselines and fleet profiles computed nightly. - <% end %> -

-
- <% end %> <% end %>