Skip to content

Commit

Permalink
Merge pull request #3074 from GregP/all_policy_profiles_header
Browse files Browse the repository at this point in the history
Fixes All Policy Profiles page header text
(cherry picked from commit d4e9e12)

https://bugzilla.redhat.com/show_bug.cgi?id=1526590
  • Loading branch information
h-kataria authored and simaishi committed Dec 15, 2017
1 parent 544df3b commit 62c6d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/miq_policy_controller.rb
Expand Up @@ -550,8 +550,8 @@ def replace_right_cell(options = {})
when 'root'
partial_name, model =
case x_active_tree
when :policy_profile_tree then ['profile_list', _('Policy Profile')]
when :policy_tree then ['policy_folders', _('Policy')]
when :policy_profile_tree then ['profile_list', _('Policy Profiles')]
when :policy_tree then ['policy_folders', _('Policies')]
when :event_tree then ['event_list', _('Events')]
when :condition_tree then ['condition_folders', _('Conditions')]
when :action_tree then ['action_list', _('Actions')]
Expand Down

0 comments on commit 62c6d2a

Please sign in to comment.