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
  • Loading branch information
chessbyte authored Nov 9, 2016
2 parents 520cebc + 80b4ce3 commit 584768c
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 584768c

Please sign in to comment.