Skip to content

Commit

Permalink
Merge pull request #6166 from skateman/tree-builder-reorg
Browse files Browse the repository at this point in the history
Reorganize the TreeBuilder tree name mapping to the actual state
  • Loading branch information
mzazrivec committed Sep 9, 2019
2 parents c9b0448 + d250eff commit 303a5ba
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions app/presenters/tree_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ def prefixed_title(prefix, title)
:export => "TreeBuilderReportExport",
## Timelines (TODO)

## Utilization
### Utilization
:utilization => "TreeBuilderUtilization",

## Chargeback
### Reports
:cb_reports => "TreeBuilderChargebackReports",
Expand Down Expand Up @@ -359,11 +363,6 @@ def prefixed_title(prefix, title)
### Configured Systems
:configuration_manager_cs_filter => "TreeBuilderConfigurationManagerConfiguredSystems",

# Automation
## Automate
### Generic Objects
:generic_object_definition => "TreeBuilderConfigurationManager",

# Control
## Explorer
### Policy Profiles
Expand Down Expand Up @@ -403,11 +402,8 @@ def prefixed_title(prefix, title)
:ab => "TreeBuilderButtons",
#### Import/Export
:dialog_import_export => "TreeBuilderAeCustomization",

# Optimize
## Utilization
### Utilization (TODO)
:utilization => "TreeBuilderUtilization",
### Generic Objects
:generic_object_definition => "TreeBuilderGenericObjectDefinition",

# OPS (Configuration)
## Settings
Expand Down

0 comments on commit 303a5ba

Please sign in to comment.