Changeset 178

Show
Ignore:
Timestamp:
07/25/08 20:52:01 (4 months ago)
Author:
pwh
Message:

Add links to interface management pages when searching and an interface matches.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/search/index.html.erb

    r138 r178  
    4141    <tr class="<%= cycle('even_row', 'odd_row', :name => 'row_class') %>"> 
    4242     <td><%= device_information_box(l2_interface.device) %></td> 
    43      <td>Interface <strong><%=h l2_interface.ifdescr_short %></strong></td> 
     43     <td>Interface <strong><%= link_to l2_interface.ifdescr_short, :controller => 'manage', :action => 'interface', :device_id => l2_interface.device.id, :interface_id => l2_interface.id %></strong></td> 
    4444     <td>Description is <strong><%=h l2_interface.ifdescr_long %></strong></td> 
    4545    </tr> 
     
    5050    <tr class="<%= cycle('even_row', 'odd_row', :name => 'row_class') %>"> 
    5151     <td><%= device_information_box(l2_interface.device) %></td> 
    52      <td>Interface <strong><%=h l2_interface.ifdescr_short %></strong></td> 
     52     <td>Interface <strong><%= link_to l2_interface.ifdescr_short, :controller => 'manage', :action => 'interface', :device_id => l2_interface.device.id, :interface_id => l2_interface.id %></strong></td> 
    5353     <td>Matched on interface name</td> 
    5454    </tr> 
     
    6363    </tr> 
    6464   <% end %> 
    65  
    6665 
    6766   <% for l2_interface in @l2_interfaces_address %>