Skip to content

Commit

Permalink
Added actions for suspend a provider
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed May 29, 2018
1 parent 6619a2a commit 360e05d
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,16 +438,24 @@
:description: Remove Cloud Providers
:feature_type: admin
:identifier: ems_cloud_delete
- :name: Edit
:description: Edit a Cloud Provider
- :name: edit
:description: Edit a Cloud Providers
:feature_type: admin
:identifier: ems_cloud_edit
- :name: Pause
:description: Pause a Cloud Providers
:feature_type: admin
:identifier: ems_cloud_pause
- :name: Resume
:description: Resume a Cloud Providers
:feature_type: admin
:identifier: ems_cloud_resume
- :name: Add
:description: Add a Cloud Provider
:description: Add a Cloud Providers
:feature_type: admin
:identifier: ems_cloud_new
- :name: Sync Users
:description: Sync Users from Cloud Provider
:description: Sync Users from Cloud Providers
:feature_type: admin
:identifier: ems_cloud_user_sync

Expand Down Expand Up @@ -987,6 +995,14 @@
:description: Edit an Infrastructure Provider
:feature_type: admin
:identifier: ems_infra_edit
- :name: Pause
:description: Pause an Infrastructure Providers
:feature_type: admin
:identifier: ems_infra_pause
- :name: Resume
:description: Resume an 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 a Physical Infrastructure Providers
:feature_type: admin
:identifier: ems_physical_infra_pause
- :name: Resume
:description: Resume a 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 360e05d

Please sign in to comment.