<%= notice %>

Listing Agents

<%= link_to 'New Agent', new_agent_path, class: 'button' %> <% @agents.each do |agent| %> <% end %>
Hostname Events Files Created At
<%= link_to 'Edit', edit_agent_path(agent) %> <%= link_to 'Destroy', agent, method: :delete, data: { confirm: 'Are you sure?' } %> <%= link_to agent.hostname, agent_path(agent) %> <%= link_to agent.events.count, agent_events_path(agent) %> <%= link_to agent.files.count, agent_files_path(agent) %> <%= agent.created_at %>