Skip to content

Commit

Permalink
Merge pull request #16027 from PanSpagetka/modify-miq-features-for-bu…
Browse files Browse the repository at this point in the history
…ttons

Add Missing button features to miq_features.yaml
(cherry picked from commit 8890083)
  • Loading branch information
martinpovolny authored and simaishi committed Nov 28, 2017
1 parent a53c92e commit 944d7a7
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 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

0 comments on commit 944d7a7

Please sign in to comment.