Skip to content

Commit

Permalink
Merge pull request #2338 from douglasgabriel/add_default_filters_phys…
Browse files Browse the repository at this point in the history
…ical_servers

Adding section for Physical Servers in default filters configuration screen
  • Loading branch information
Dan Clarizio authored Oct 20, 2017
2 parents 0329d07 + 34737b7 commit 164e565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/presenters/tree_builder_default_filters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class TreeBuilderDefaultFilters < TreeBuilder
:"manageiq::providers::cloudmanager::template" => %w(Cloud Instances Images),
:"manageiq::providers::inframanager::template" => %w(Infrastructure Virtual\ Machines Templates),
:"manageiq::providers::cloudmanager::vm" => %w(Cloud Instances Instances),
:"manageiq::providers::inframanager::vm" => %w(Infrastructure Virtual\ Machines VMs)
:"manageiq::providers::inframanager::vm" => %w(Infrastructure Virtual\ Machines VMs),
:physicalserver => %w(Physical\ Infrastructure Servers)
}.freeze

def prepare_data(data)
Expand Down

0 comments on commit 164e565

Please sign in to comment.