summaryrefslogtreecommitdiff
path: root/app/views/agents/show.html.erb
blob: 61fad2ccf10bbf1468097b16774e584748610ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="row">
  <div class="small-12 columns">
    <p id="notice"><%= notice %></p>

    <p>
    <strong>Hostname:</strong>
    <%= @agent.hostname %>
    </p>

    <%= link_to 'Edit', edit_agent_path(@agent) %> |
    <%= link_to 'Events', agent_events_path(@agent) %> |
    <%= link_to 'Back', agents_path %>
  </div>
</div>