Skip to content

Commit

Permalink
Merge pull request #785 from GregP/cluster_resource_pools
Browse files Browse the repository at this point in the history
Display Cluster Resource Pool
(cherry picked from commit 4592519)

https://bugzilla.redhat.com/show_bug.cgi?id=1446773
  • Loading branch information
h-kataria authored and simaishi committed Apr 28, 2017
1 parent d445d03 commit 55866ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ems_cluster_helper/textual_summary.rb
Expand Up @@ -180,7 +180,7 @@ def textual_rps_size
return nil if @record.kind_of?(ManageIQ::Providers::Openstack::InfraManager::EmsCluster)

textual_link(@record.resource_pools,
:as => EmsCluster,
:as => ResourcePool,
:link => url_for(:controller => 'ems_cluster', :action => 'show', :id => @record, :display => 'resource_pools'))
end

Expand Down

0 comments on commit 55866ec

Please sign in to comment.