From bd96af1d463658894e1d57e78e1ceed4644fe6fc Mon Sep 17 00:00:00 2001 From: Harpreet Kataria Date: Wed, 20 May 2020 09:24:39 -0400 Subject: [PATCH] Removed leftover settings for Chargeback Rates Missed removal of these in https://github.com/ManageIQ/manageiq-ui-classic/pull/7039 --- app/controllers/mixins/sandbox.rb | 2 -- app/presenters/tree_builder.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/app/controllers/mixins/sandbox.rb b/app/controllers/mixins/sandbox.rb index 7c1ac1b89a9..1aa16fc4d16 100644 --- a/app/controllers/mixins/sandbox.rb +++ b/app/controllers/mixins/sandbox.rb @@ -42,7 +42,6 @@ def x_active_tree automation_manager_providers_tree automation_manager_cs_filter_tree cb_assignments_tree - cb_rates_tree cb_reports_tree cluster_tree configuration_scripts_tree @@ -113,7 +112,6 @@ def x_active_tree automation_manager_cs_filter automation_manager_configuration_scripts cb_assignments - cb_rates cb_reports configuration_scripts condition diff --git a/app/presenters/tree_builder.rb b/app/presenters/tree_builder.rb index 6b256f29b65..6325bc6b4fd 100644 --- a/app/presenters/tree_builder.rb +++ b/app/presenters/tree_builder.rb @@ -315,8 +315,6 @@ def prefixed_title(prefix, title) ## Chargeback ### Reports :cb_reports => "TreeBuilderChargebackReports", - ### Rates - :cb_rates => "TreeBuilderChargebackRates", ### Assignments :cb_assignments => "TreeBuilderChargebackAssignments",