Skip to content
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
29 changes: 23 additions & 6 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,6 @@
:feature_type: admin
:identifier: host_provide


# Resource Pools
- :name: Resource Pools
:description: Access Everything under Resource Pools
Expand Down Expand Up @@ -2672,6 +2671,7 @@
:description: Display of Utilization Data
:feature_type: node
:identifier: utilization

# Planning
- :name: Planning
:description: Display of Planning Data
Expand Down Expand Up @@ -2739,7 +2739,6 @@
:hidden: true
:identifier: tp_delete


# Tasks
- :name: Tasks
:description: Everything under Tasks
Expand Down Expand Up @@ -3362,11 +3361,13 @@
:description: Open the Documentation Page
:feature_type: node
:identifier: documentation

# Product
- :name: Product
:description: Open the Product Website
:feature_type: node
:identifier: product

# About
- :name: About
:description: Show the About Information
Expand Down Expand Up @@ -3621,7 +3622,6 @@
:hidden: true
:identifier: miq_capacity_download_text


# OrchestrationStack
- :name: Orchestration Stacks
:description: Everything under Orchestration Stacks
Expand Down Expand Up @@ -3986,7 +3986,6 @@
:feature_type: admin
:identifier: cloud_network_delete


# Network Port
- :name: Network Ports
:description: Everything under Network Ports
Expand Down Expand Up @@ -4127,7 +4126,6 @@
:feature_type: admin
:identifier: network_router_remove_interface


# Load Balancer
- :name: Load Balancers
:description: Everything under Load Balancers
Expand Down Expand Up @@ -4292,7 +4290,6 @@
:feature_type: control
:identifier: container_replicator_check_compliance


# ContainerImage
- :name: Images
:description: Everything under Container Images
Expand Down Expand Up @@ -6144,6 +6141,7 @@
:description: Access Physical Server Remote Console
:feature_type: control
:identifier: physical_server_remote_console

# Firmwares
- :name: Firmwares
:description: Everything under Firmware
Expand Down Expand Up @@ -6319,6 +6317,25 @@
:hidden: true
:feature_type: view
:identifier: custom_button_events_show_list
- :name: Service Offerings
:description: Everything under Service Offerings
:feature_type: node
:identifier: service_offerings
:children:
- :name: View
:description: View Service Offerings
:feature_type: view
:identifier: service_offerings_view
- :name: Service Parameters Sets
:description: Everything under Service Parameters Sets
:feature_type: node
:identifier: service_parameters_sets
:children:
- :name: View
:description: View Service Parameters Sets
:feature_type: view
:identifier: service_parameters_sets_view

# SUI
- :name: Service UI
:description: Features for the Service UI
Expand Down