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.
This commit is contained in:
Graham McIntire 2026-03-13 16:33:46 -05:00
parent 529a6138d1
commit 83e85952f1
No known key found for this signature in database

View file

@ -581,19 +581,6 @@
Network Insights →
</.link>
<% end %>
<%= if integration.enabled do %>
<div class="mt-3 w-full rounded-md bg-gray-50 p-3 dark:bg-gray-800/50">
<h4 class="text-xs font-semibold text-gray-700 dark:text-gray-300">
<.icon name="hero-clock" class="h-3.5 w-3.5 inline" /> Sync Schedule
</h4>
<p class="mt-1 text-xs text-gray-500 dark:text-gray-400">
<%= if provider.id == "preseem" do %>
Syncs every {integration.sync_interval_minutes} minutes. Baselines and fleet profiles computed nightly.
<% end %>
</p>
</div>
<% end %>
</div>
<% end %>
</div>