Skip to content

Commit

Permalink
Merge pull request #16658 from h-kataria/fixed_conatiner_product_feat…
Browse files Browse the repository at this point in the history
…ure_id

[FINE] - Fixed product feature id for "Containers"
  • Loading branch information
simaishi authored Dec 13, 2017
2 parents 83d9320 + 43c7b29 commit f1b4a89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5063,7 +5063,7 @@
- :name: Containers Explorer
:description: Everything under Containers
:feature_type: node
:identifier: containers
:identifier: container
:children:
- :name: Relationships
:description: Everything under All Containers Accordion
Expand Down
2 changes: 1 addition & 1 deletion db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
- :name: containers
:description: Compute / Containers / Containers
:url: /container/show_list
:rbac_feature_name: containers
:rbac_feature_name: container
:startup: true
- :name: container_nodes
:description: Compute / Containers / Container Nodes
Expand Down
4 changes: 2 additions & 2 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- container_service
- container_replicator
- container_group
- containers
- container
- container_node
- persistent_volume
- container_build
Expand Down Expand Up @@ -1182,7 +1182,7 @@
- container_service
- container_route
- container_project
- containers
- container
- container_topology
- container_dashboard
- ems_infra_dashboard
Expand Down

0 comments on commit f1b4a89

Please sign in to comment.