Skip to content

Commit

Permalink
Display the missing Main Configuration in the RBAC roles tree
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Apr 30, 2019
1 parent 85fa7e5 commit 2b5f44a
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 2b5f44a

Please sign in to comment.