%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% fields_for @agent do |form| %>
<%= t_label('common.name') %>
<%= h @agent.name %>
<%= t_label('agents.product_rel_mod') %>
<%= version_label(@agent) %>
<%= t_label('agents.port_number') %>
<%= h @agent.port_number %>
<%= t_label('agents.ip_address') %>
<%= h @agent.ip_address %>
<%= t_label('agents.operating_system') %>
<%= h @agent.operating_system %>
<%= t_label('agents.cpu_information') %>
<%= h @agent.cpu_information %>
<%= t_label('agents.timezone') %>
<%= h @agent.time_zone %>