Skip to content

Commit

Permalink
Added features under Chargebcak Rates
Browse files Browse the repository at this point in the history
Added and reorganized features under Chargeback Rates node to support changes in non-explorer version of Chargeback Rates screen.

Follow up PR for ManageIQ/manageiq-ui-classic#7016

Fixes ManageIQ#6996
  • Loading branch information
h-kataria committed May 12, 2020
1 parent ec90efe commit 90dab7b
Showing 1 changed file with 35 additions and 17 deletions.
52 changes: 35 additions & 17 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1737,26 +1737,44 @@
:hidden: true
:identifier: chargeback_report_only
- :name: Rates
:description: Rates Accordion
:description: Everything under Rates
:feature_type: node
:identifier: chargeback_rates
:children:
- :name: Add
:description: Add a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_new
- :name: Copy
:description: Copy a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_copy
- :name: Delete
:description: Delete a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_delete
- :name: Edit
:description: Edit a Chargeback Rate
- :name: View
:description: View Chargeback Rates
:feature_type: view
:identifier: chargeback_rates_view
:children:
- :name: List
:description: Display Lists of Chargeback Rates
:feature_type: view
:identifier: chargeback_rates_show_list
- :name: Show
:description: Display Individual Chargeback Rates
:feature_type: view
:identifier: chargeback_rates_show
- :name: Modify
:description: Modify Chargeback Rates
:feature_type: admin
:identifier: chargeback_rates_edit
:identifier: chargeback_rates_admin
:children:
- :name: Add
:description: Add a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_new
- :name: Copy
:description: Copy a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_copy
- :name: Delete
:description: Delete a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_delete
- :name: Edit
:description: Edit a Chargeback Rate
:feature_type: admin
:identifier: chargeback_rates_edit
- :name: Assignments
:description: Assignments Accordion
:feature_type: node
Expand Down Expand Up @@ -3941,7 +3959,7 @@
:description: Remove Security Policy Rules
:feature_type: admin
:identifier: security_policy_rule_delete

# Floating IP
- :name: Floating IPs
:description: Everything under Floating IPs
Expand Down

0 comments on commit 90dab7b

Please sign in to comment.