mirror of https://github.com/apache/cloudstack.git
UI: list extensions with type=Orchestrator when register template/iso or add cluster
This commit is contained in:
parent
ffc5d8eee3
commit
9674f7628d
|
|
@ -706,6 +706,7 @@ export default {
|
|||
}
|
||||
this.loading = true
|
||||
getAPI('listExtensions', {
|
||||
type: 'Orchestrator'
|
||||
}).then(response => {
|
||||
this.extensionsList = response.listextensionsresponse.extension || []
|
||||
}).catch(error => {
|
||||
|
|
|
|||
|
|
@ -302,6 +302,7 @@ export default {
|
|||
fetchExtensionsList () {
|
||||
this.loading = true
|
||||
getAPI('listExtensions', {
|
||||
type: 'Orchestrator'
|
||||
}).then(response => {
|
||||
this.extensionsList = response.listextensionsresponse.extension || []
|
||||
}).catch(error => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue