UI: list extensions with type=Orchestrator when register template/iso or add cluster

This commit is contained in:
Wei Zhou 2026-04-16 13:22:32 +02:00
parent ffc5d8eee3
commit 9674f7628d
2 changed files with 2 additions and 0 deletions

View File

@ -706,6 +706,7 @@ export default {
}
this.loading = true
getAPI('listExtensions', {
type: 'Orchestrator'
}).then(response => {
this.extensionsList = response.listextensionsresponse.extension || []
}).catch(error => {

View File

@ -302,6 +302,7 @@ export default {
fetchExtensionsList () {
this.loading = true
getAPI('listExtensions', {
type: 'Orchestrator'
}).then(response => {
this.extensionsList = response.listextensionsresponse.extension || []
}).catch(error => {