Skip to content

Commit

Permalink
Merge pull request #2260 from chalettu/sui-features-tree
Browse files Browse the repository at this point in the history
Added SUI features into features tree
  • Loading branch information
Dan Clarizio authored Oct 3, 2017
2 parents b39a0f7 + b0ac917 commit 87bc4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/tree_builder_ops_rbac_features.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def x_get_tree_roots(count_only = false, _options)
section
end

%w(all_vm_rules api_exclusive).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
1 change: 1 addition & 0 deletions spec/presenters/tree_builder_ops_rbac_features_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
instance_show_list
instance_control
instance_scan
sui
)
end

Expand Down

0 comments on commit 87bc4ce

Please sign in to comment.