<%= if @search != "" do %> {t("Try adjusting your search terms or clearing the filters.")} <% else %> {t( "Your network operations log is empty. Events will appear here in real time as config changes, alerts, device events, and syncs happen across your organization." )} <% end %>
<%= if item.link do %> <.link navigate={item.link} class="hover:underline"> {item.summary} <% else %> {item.summary} <% end %>
{item.detail}