Skip to content

Commit

Permalink
Merge pull request #5507 from skateman/rbac-settings-node
Browse files Browse the repository at this point in the history
Display the missing Main Configuration in the RBAC roles tree
  • Loading branch information
h-kataria authored Apr 30, 2019
2 parents aefeedb + 2b5f44a commit 1e3ca93
Showing 1 changed file with 1 addition 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 @@ -27,7 +27,7 @@ def x_get_tree_roots(count_only = false, _options)
section
end

top_nodes += %w[all_vm_rules api_exclusive sui].collect do |additional_feature|
top_nodes += %w[all_vm_rules api_exclusive sui ops_explorer].collect do |additional_feature|
MiqProductFeature.obj_features[additional_feature] &&
MiqProductFeature.obj_features[additional_feature][:feature]
end
Expand Down

0 comments on commit 1e3ca93

Please sign in to comment.