Changeset 215

Show
Ignore:
Timestamp:
08/03/08 23:23:05 (4 months ago)
Author:
pwh
Message:
  • Bridge Information: Create the root bridge port as a link to allow direct management.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/bridge_management/show_bridge.html.erb

    r214 r215  
    3232      This is a root bridge and has no root port. 
    3333    <% 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 } %
    3535    <% end %> 
    3636  </td>