Skip to content

Commit

Permalink
[Fix] Align the physical_server setup param
Browse files Browse the repository at this point in the history
  • Loading branch information
Odravison Amaral committed Mar 21, 2017
1 parent 304bebf commit 35957f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/ems_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def display_hosts

def view_setup_params
{
'physical_servers' => [PhysicalServer, _("Physical Servers")],
'physical_servers' => [PhysicalServer, _("Physical Servers")],
}
end

Expand Down

0 comments on commit 35957f6

Please sign in to comment.