Skip to content

Commit

Permalink
Display Cluster Resource Pool
Browse files Browse the repository at this point in the history
Code fix to display Resource Pools value/icon for selected Cluster

https://bugzilla.redhat.com/show_bug.cgi?id=1324610
  • Loading branch information
GregP committed Mar 23, 2017
1 parent 2184f6d commit 01cadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ems_cluster_helper/textual_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,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_only_path(:controller => 'ems_cluster', :action => 'show', :id => @record, :display => 'resource_pools'))
end

Expand Down

0 comments on commit 01cadcc

Please sign in to comment.