mirror of https://github.com/apache/cloudstack.git
Merge fix for UI
This commit is contained in:
parent
11455f6d49
commit
935c568082
|
|
@ -482,7 +482,7 @@ export default {
|
|||
},
|
||||
getProject (projectName) {
|
||||
return new Promise((resolve, reject) => {
|
||||
api('listProjects', {
|
||||
getAPI('listProjects', {
|
||||
response: 'json',
|
||||
domainId: this.selectedDomain,
|
||||
details: 'min'
|
||||
|
|
|
|||
Loading…
Reference in New Issue