Skip to content

Commit

Permalink
adding physical servers to filters tree in 'My Settings -> Default Fi…
Browse files Browse the repository at this point in the history
…lters'
  • Loading branch information
douglasgabriel committed Oct 9, 2017
1 parent f389225 commit 34737b7
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 34737b7

Please sign in to comment.