Changeset 178
- Timestamp:
- 07/25/08 20:52:01 (4 months ago)
- Files:
-
- nethorus/app/views/search/index.html.erb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nethorus/app/views/search/index.html.erb
r138 r178 41 41 <tr class="<%= cycle('even_row', 'odd_row', :name => 'row_class') %>"> 42 42 <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> 44 44 <td>Description is <strong><%=h l2_interface.ifdescr_long %></strong></td> 45 45 </tr> … … 50 50 <tr class="<%= cycle('even_row', 'odd_row', :name => 'row_class') %>"> 51 51 <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> 53 53 <td>Matched on interface name</td> 54 54 </tr> … … 63 63 </tr> 64 64 <% end %> 65 66 65 67 66 <% for l2_interface in @l2_interfaces_address %>
