Skip to content

Commit 80ce8af

Browse files
committed
changes
1 parent e85caa1 commit 80ce8af

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

app/models/ext_management_system.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def self.create_from_params(params, endpoints, authentications)
160160
supports_not :discovery
161161
supports_not :events
162162
supports_not :label_mapping
163+
supports_not :management_console
163164
supports_not :metrics
164165
supports_not :object_storage
165166
supports_not :provisioning

db/fixtures/miq_product_features.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,10 @@
496496
:description: Re-check Authentication Status of Cloud Providers
497497
:feature_type: control
498498
:identifier: ems_cloud_recheck_auth_status
499-
- :name: Native Console
500-
:description: Provides the native webconsole of the Cloud Provider
499+
- :name: Management Console
500+
:description: Provides the management webconsole of the Cloud Provider
501501
:feature_type: control
502-
:identifier: ems_native_console
502+
:identifier: ems_management_console
503503
- :name: Modify
504504
:description: Modify Cloud Providers
505505
:feature_type: admin
@@ -5964,10 +5964,6 @@
59645964
:description: Open a VMRC console for VMs
59655965
:feature_type: control
59665966
:identifier: vm_vmrc_console
5967-
- :name: Management Console
5968-
:description: Open the Management Console for VMs
5969-
:feature_type: control
5970-
:identifier: vm_management_console
59715967
- :name: Native Console
59725968
:description: Open the Native console for VMs
59735969
:feature_type: control

0 commit comments

Comments
 (0)