Skip to content

Commit

Permalink
Merge pull request #12541 from tzumainn/network-missing-subnet-display
Browse files Browse the repository at this point in the history
Add missing subnet display string to cloud networks
(cherry picked from commit 584768c)

https://bugzilla.redhat.com/show_bug.cgi?id=1393554
  • Loading branch information
chessbyte committed Nov 9, 2016
1 parent 6c695e7 commit 5f2e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/cloud_network_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CloudNetworkController < ApplicationController
}.freeze

def self.display_methods
%w(instances cloud_networks network_routers)
%w(instances cloud_networks network_routers cloud_subnets)
end

def button
Expand Down

0 comments on commit 5f2e38f

Please sign in to comment.