Changeset 245

Show
Ignore:
Timestamp:
09/01/08 00:09:50 (4 months ago)
Author:
pwh
Message:

Always render the all_interfaces partial.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/controllers/manage_interface_controller.rb

    r224 r245  
    297297    @interfaces = L2Interface.find(:all, :conditions => "device_id = " + @device.id.to_s) 
    298298 
    299     respond_to do |format| 
    300       format.html { 
    301         render :partial => 'common/all_interfaces', :interfaces => @interfaces } 
    302       format.xml 
    303     end 
     299    render :partial => 'common/all_interfaces', :interfaces => @interfaces 
    304300 
    305301  end