Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidResende0 committed Jul 12, 2023
1 parent e85caa1 commit 56897fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions app/models/ext_management_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def self.create_from_params(params, endpoints, authentications)
supports_not :discovery
supports_not :events
supports_not :label_mapping
supports_not :management_console
supports_not :metrics
supports_not :object_storage
supports_not :provisioning
Expand Down
10 changes: 3 additions & 7 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,10 @@
:description: Re-check Authentication Status of Cloud Providers
:feature_type: control
:identifier: ems_cloud_recheck_auth_status
- :name: Native Console
:description: Provides the native webconsole of the Cloud Provider
- :name: Management Console
:description: Provides the management webconsole of the Cloud Provider
:feature_type: control
:identifier: ems_native_console
:identifier: ems_management_console
- :name: Modify
:description: Modify Cloud Providers
:feature_type: admin
Expand Down Expand Up @@ -5964,10 +5964,6 @@
:description: Open a VMRC console for VMs
:feature_type: control
:identifier: vm_vmrc_console
- :name: Management Console
:description: Open the Management Console for VMs
:feature_type: control
:identifier: vm_management_console
- :name: Native Console
:description: Open the Native console for VMs
:feature_type: control
Expand Down

0 comments on commit 56897fa

Please sign in to comment.