summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/agents/index.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/agents/index.html.erb b/app/views/agents/index.html.erb
index a1021ed..3a6b738 100644
--- a/app/views/agents/index.html.erb
+++ b/app/views/agents/index.html.erb
@@ -9,7 +9,7 @@
<thead>
<tr>
<th>Hostname</th>
- <th colspan="5"></th>
+ <th colspan="4"></th>
</tr>
</thead>
<tbody>
@@ -17,7 +17,6 @@
<tr>
<td><%= agent.hostname %></td>
<td><%= link_to 'Events', agent_events_path(agent) %></td>
- <td><%= link_to 'Files', agent_files_path(agent) %></td>
<td><%= link_to 'Show', agent %></td>
<td><%= link_to 'Edit', edit_agent_path(agent) %></td>
<td><%= link_to 'Destroy', agent, method: :delete, data: { confirm: 'Are you sure?' } %></td>