Skip to content
Snippets Groups Projects
Commit af37d654 authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3221005 by Xiaohua Guan, yas: Hotfix - Add Cloud Orchestrator cloud...

Issue #3221005 by Xiaohua Guan, yas: Hotfix - Add Cloud Orchestrator cloud service provider (QueueWorker) (Convert payload) (VMware entities)
parent 0dc61ba8
No related branches found
No related tags found
No related merge requests found
...@@ -378,10 +378,10 @@ function cloud_cluster_menu_local_tasks_alter(&$data, $route_name): void { ...@@ -378,10 +378,10 @@ function cloud_cluster_menu_local_tasks_alter(&$data, $route_name): void {
/** /**
* Get supported entity types. * Get supported entity types.
* *
* @return string * @return array
* The supported entity types. * The supported entity types.
*/ */
function cloud_cluster_get_supported_entity_types(): string { function cloud_cluster_get_supported_entity_types(): array {
return [ return [
'aws_cloud', 'aws_cloud',
'k8s', 'k8s',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment