Skip to content

Commit

Permalink
Merge pull request #16403 from vojtechszocs/link-ovirt-ui
Browse files Browse the repository at this point in the history
Add ems_infra_admin_ui feature
  • Loading branch information
agrare authored Nov 14, 2017
2 parents 0874cab + 9c34aed commit 141cdac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/mixins/supports_feature_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module SupportsFeatureMixin
:discovery => 'Discovery of Managers for a Provider',
:evacuate => 'Evacuation',
:launch_cockpit => 'Launch Cockpit UI',
:admin_ui => 'Open Admin UI for a Provider',
:live_migrate => 'Live Migration',
:migrate => 'Migration',
:capture => 'Capture of Capacity & Utilization Metrics',
Expand Down
4 changes: 4 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,10 @@
:description: Import Virtual Machine from other Infrastructure Provider
:feature_type: admin
:identifier: ems_infra_import_vm
- :name: Admin UI
:description: Open Admin UI for Infrastructure Providers
:feature_type: control
:identifier: ems_infra_admin_ui
- :name: Modify
:description: Modify Infrastructure Providers
:feature_type: admin
Expand Down
1 change: 1 addition & 0 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
- ems_infra_show_list
- ems_infra_tag
- ems_infra_timeline
- ems_infra_admin_ui
- ems_physical_infra_new
- ems_physical_infra_console
- ems_physical_infra_delete
Expand Down

0 comments on commit 141cdac

Please sign in to comment.