Skip to content

Commit

Permalink
Added actions for suspend/resume a provider
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Jun 11, 2018
1 parent 6619a2a commit 7b04f46
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 @@ -442,6 +442,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 @@ -987,6 +995,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 @@ -5843,6 +5859,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 7b04f46

Please sign in to comment.