<%= o.status %>
|
<%= @slurm_state[o.hostname] %>
|
<%= o.uuid %>
|
<%= o.hostname %>
|
<%= o.domain %>
|
<%= o.ip_address %>
|
<%= o.created_at %>
|
<%= distance_of_time_in_words(o.first_ping_at, o.created_at, true) if o.first_ping_at %>
|
<%= distance_of_time_in_words(o.last_ping_at, Time.now, true) + ' ago' if o.last_ping_at %>
|
<%= o.info[:ec2_instance_id] %>
|
<% if %>
<% end %>
<% end %>