Skip to content

Commit

Permalink
Merge pull request #17500 from romanblanco/bz1455145
Browse files Browse the repository at this point in the history
Added actions for suspend a provider
  • Loading branch information
Fryguy committed Jun 12, 2018
2 parents d13ce78 + 7b04f46 commit e9d1c14
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,14 @@
:description: Edit a Cloud Provider
:feature_type: admin
:identifier: ems_cloud_edit
- :name: Pause
:description: Pause Cloud Providers
:feature_type: admin
:identifier: ems_cloud_pause
- :name: Resume
:description: Resume Cloud Providers
:feature_type: admin
:identifier: ems_cloud_resume
- :name: Add
:description: Add a Cloud Provider
:feature_type: admin
Expand Down Expand Up @@ -1003,6 +1011,14 @@
:description: Edit an Infrastructure Provider
:feature_type: admin
:identifier: ems_infra_edit
- :name: Pause
:description: Pause Infrastructure Providers
:feature_type: admin
:identifier: ems_infra_pause
- :name: Resume
:description: Resume Infrastructure Providers
:feature_type: admin
:identifier: ems_infra_resume
- :name: Add
:description: Add an Infrastructure Provider
:feature_type: admin
Expand Down Expand Up @@ -5829,6 +5845,14 @@
:description: Edit a Physical Infrastructure Provider
:feature_type: admin
:identifier: ems_physical_infra_edit
- :name: Pause
:description: Pause Physical Infrastructure Providers
:feature_type: admin
:identifier: ems_physical_infra_pause
- :name: Resume
:description: Resume Physical Infrastructure Providers
:feature_type: admin
:identifier: ems_physical_infra_resume
- :name: Add
:description: Add a Physical Infrastructure Provider
:feature_type: admin
Expand Down

0 comments on commit e9d1c14

Please sign in to comment.