Skip to content

Commit

Permalink
Fixes page header when displaying Cloud Networks list
Browse files Browse the repository at this point in the history
  • Loading branch information
GregP committed Jul 5, 2018
1 parent 8a1bcfc commit f55b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/vm_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def cloud_subnets
end

def cloud_networks
show_association('cloud_subnets', _('Networks'), :cloud_subnets, CloudNetwork)
show_association('cloud_networks', _('Networks'), :cloud_networks, CloudNetwork)
end

def cloud_volumes
Expand Down

0 comments on commit f55b1c5

Please sign in to comment.