From 9674f7628d30315f63438ae80b7a948256657247 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Thu, 16 Apr 2026 13:22:32 +0200 Subject: [PATCH] UI: list extensions with type=Orchestrator when register template/iso or add cluster --- ui/src/views/image/RegisterOrUploadTemplate.vue | 1 + ui/src/views/infra/ClusterAdd.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/src/views/image/RegisterOrUploadTemplate.vue b/ui/src/views/image/RegisterOrUploadTemplate.vue index 00b06072793..534db726457 100644 --- a/ui/src/views/image/RegisterOrUploadTemplate.vue +++ b/ui/src/views/image/RegisterOrUploadTemplate.vue @@ -706,6 +706,7 @@ export default { } this.loading = true getAPI('listExtensions', { + type: 'Orchestrator' }).then(response => { this.extensionsList = response.listextensionsresponse.extension || [] }).catch(error => { diff --git a/ui/src/views/infra/ClusterAdd.vue b/ui/src/views/infra/ClusterAdd.vue index be561832f31..500ab591760 100644 --- a/ui/src/views/infra/ClusterAdd.vue +++ b/ui/src/views/infra/ClusterAdd.vue @@ -302,6 +302,7 @@ export default { fetchExtensionsList () { this.loading = true getAPI('listExtensions', { + type: 'Orchestrator' }).then(response => { this.extensionsList = response.listextensionsresponse.extension || [] }).catch(error => {