Skip to content

Commit

Permalink
720442: fixing system refresh on name update
Browse files Browse the repository at this point in the history
  • Loading branch information
swarmingbee committed Aug 8, 2011
1 parent 44981dd commit 17ac4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/controllers/systems_controller.rb
Expand Up @@ -116,7 +116,7 @@ def update

def show
system = System.find(params[:id])
render :partial=>"common/list_update", :locals=>{:item=>system, :accessor=>"id", :columns=>['name', 'ip', 'kernel']}
render :partial=>"systems/list_system", :locals=>{:item=>system, :accessor=>"id", :columns=> COLUMNS.keys}
end

def section_id
Expand Down

0 comments on commit 17ac4e4

Please sign in to comment.