Skip to content

Commit

Permalink
catalogs de explorization initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Jan 11, 2024
1 parent 05f0539 commit 69a1ad0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,24 @@
:feature_type: node
:identifier: catalog
:children:
- :name: Service Catalogs
:description: Everything under Service Catalogs
:feature_type: node
:identifier: catalog_service_template_catalogs
:children:
- :name: View
:description: View Service Catalogs
:feature_type: node
:identifier: catalog_service_template_catalogs_view
:children:
- :name: List
:description: Display Lists of Service Catalogs
:feature_type: view
:identifier: catalog_service_template_catalogs_show_list
- :name: Show
:description: Display Service Catalog
:feature_type: view
:identifier: catalog_service_template_catalogs_show
- :name: Catalog Items
:description: Everything under All Catalog Items Accordion
:feature_type: node
Expand Down
5 changes: 5 additions & 0 deletions db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
:url: /service/show_list
:rbac_feature_name: service_show_list
:startup: true
- :name: catalog_service_catalogs
:description: Services / Catalogs / Service Catalogs
:url: /service_template_catalog/show_list
:rbac_feature_name: catalog_service_template_catalogs_show_list
:startup: true
- :name: catalogs
:description: Services / Catalogs
:url: /catalog/explorer
Expand Down

0 comments on commit 69a1ad0

Please sign in to comment.