Skip to content

Commit

Permalink
Moved SUI node under additional feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
chalettu committed Oct 3, 2017
1 parent 61b9e13 commit b0ac917
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/presenters/tree_builder_ops_rbac_features.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ def x_get_tree_roots(count_only = false, _options)
section
end

%w(all_vm_rules api_exclusive).each do |additional_feature|
top_nodes << MiqProductFeature.obj_features[additional_feature][:feature]
end

%w(all_vm_rules sui).each do |additional_feature|
%w(all_vm_rules api_exclusive sui).each do |additional_feature|
top_nodes << MiqProductFeature.obj_features[additional_feature][:feature]
end

Expand Down

0 comments on commit b0ac917

Please sign in to comment.