Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing button features to miq_features.yaml #16027

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 58 additions & 5 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2865,6 +2865,43 @@
:feature_type: admin
:hidden: true
:identifier: zone_delete
- :name: LDAP
:description: LDAP
:feature_type: node
:hidden: true
:identifier: ldap
:children:
- :name: Modify
:description: Modify a LDAP
:feature_type: admin
:identifier: ldap_admin
:hidden: true
:children:
- :name: Add
:description: Add a LDAP domain
:feature_type: admin
:hidden: true
:identifier: ldap_domain_add
- :name: Edit
:description: Edit a LDAP domain
:feature_type: admin
:hidden: true
:identifier: ldap_domain_edit
- :name: Delete
:description: Delete a LDAP domain
:feature_type: admin
:hidden: true
:identifier: ldap_domain_delete
- :name: Edit
:description: Edit a LDAP region
:feature_type: admin
:hidden: true
:identifier: ldap_region_edit
- :name: Delete
:description: Delete a LDAP region
:feature_type: admin
:hidden: true
:identifier: ldap_region_delete
- :name: Regions
:description: Regions
:feature_type: node
Expand Down Expand Up @@ -4849,6 +4886,10 @@
:description: Edit Tags of Container Build
:feature_type: control
:identifier: container_build_tag
- :name: Container Build Scan
:description: Perform SmartState Analysis
:feature_type: control
:identifier: container_build_scan

# ContainerTemplate
- :name: Templates
Expand Down Expand Up @@ -5508,6 +5549,10 @@
:description: Pause Instance
:feature_type: control
:identifier: instance_pause
- :name: Resume
:description: Resume Instance
:feature_type: control
:identifier: instance_resume
- :name: Suspend
:description: Suspend Instance
:feature_type: control
Expand Down Expand Up @@ -5658,6 +5703,14 @@
:description: Refresh relationships and power states for all items related of Images
:feature_type: control
:identifier: image_refresh
- :name: Right Size Recommendations
:description: CPU/Memory Recommendations of Images
:feature_type: control
:identifier: image_right_size
- :name: Reconfigure
:description: Reconfigure the Memory/CPUs of Images
:feature_type: control
:identifier: image_reconfigure
- :name: Edit Tags
:description: Edit Image Tags
:feature_type: control
Expand Down Expand Up @@ -6530,7 +6583,7 @@
- :name: Switch Language
:description: Display Language options
:feature_type: view
:identifier: sui_language
:identifier: sui_language
- :name: Notifications
:description: Display notifications
:feature_type: view
Expand Down Expand Up @@ -6672,7 +6725,7 @@
:description: View Orders
:feature_type: node
:identifier: sui_orders_display
:children:
:children:
- :name: Show
:description: Display Orders
:feature_type: view
Expand All @@ -6699,7 +6752,7 @@
:description: Service Catalog features
:feature_type: node
:identifier: sui_svc_catalog
:children:
:children:
- :name: View
:description: Display Service Catalog
:feature_type: node
Expand All @@ -6713,7 +6766,7 @@
:description: Catalog operations
:feature_type: node
:identifier: sui_svc_catalog_operations
:children:
:children:
- :name: Add to Shopping Cart
:description: Add to Shopping Cart
:feature_type: control
Expand All @@ -6736,7 +6789,7 @@
:description: Shopping Cart operations
:feature_type: node
:identifier: sui_cart_operations
:children:
:children:
- :name: Clear
:description: Clear cart
:feature_type: control
Expand Down