Changeset 215
- Timestamp:
- 08/03/08 23:23:05 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nethorus/app/views/bridge_management/show_bridge.html.erb
r214 r215 32 32 This is a root bridge and has no root port. 33 33 <% else %> 34 <%= h @bridge.dot1d_stp_root_port %>: <%= @bridge.stp_ports.find(:first, :conditions => { :dot1d_base_port => @bridge.dot1d_stp_root_port }).l2_interface.ifdescr_short %></td>34 <%= link_to @bridge.stp_ports.find(:first, :conditions => { :dot1d_base_port => @bridge.dot1d_stp_root_port }).l2_interface.ifdescr_short, { :controller => 'manage', :action => 'interface', :device_id => @bridge.device_id, :interface_id => @bridge.stp_ports.find(:first, :conditions => { :dot1d_base_port => @bridge.dot1d_stp_root_port }).l2_interface.id } %> 35 35 <% end %> 36 36 </td>
