Changeset 190

Show
Ignore:
Timestamp:
07/30/08 16:07:17 (4 months ago)
Author:
pwh
Message:
  • Add the IP address of a device below its hostname, rather than the site.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/common/_device_information_box.html.erb

    r95 r190  
    11<% unless device.nil? %> 
    22 <% unless device.device_type.nil? %><%= image_tag("device_types/medium/" + device.device_type + ".png", :class => "device_icon" ) %><% end %> 
    3  <%= link_to device.hostname, { :controller => 'manage', :action => 'device', :id => device.id } %><br /><%=h format_site(device.site) %> 
     3 <%= link_to device.hostname, { :controller => 'manage', :action => 'device', :id => device.id } %><br /><%=h device.ipv4_address %> 
    44<% end %>